Color spaces of #ddc346
RGB | 221 | 195 | 70 |
---|---|---|---|
HSL | 0.14 | 0.69 | 0.57 |
HSV | 50° | 68° | 87° |
CMYK | 0.00 | 0.12 | 0.68 0.13 |
XYZ | 50.4394 | 54.8446 | 13.7220 |
Yxy | 54.8446 | 0.4238 | 0.4609 |
Hunter Lab | 74.0571 | -8.0259 | 40.8542 |
CIE-Lab | 78.9517 | -4.4682 | 63.4371 |
#ddc346 color RGB value is (221,195,70).
#ddc346 hex color red value is 221, green value is 195 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ddc346 hue: 0.14 , saturation: 0.69 and the lightness value of ddc346 is 0.57.
The process color (four color CMYK) of #ddc346 color hex is 0.00, 0.12, 0.68, 0.13. Web safe color of #ddc346 is #cccc33. Color #ddc346 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11000011 | 01000110 |
Octal | 335 | 303 | 106 |
Decimal | 221 | 195 | 70 |
Hex | DD | C3 | 46 |
Shades of #ddc346
Tints of #ddc346
RGB Percentages of Color #ddc346
CMYK Percentages of Color #ddc346
Complementary Color
#ddc346 | #4660dd |
#ddc346 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddc346 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddc346 Color CSS Codes
.mybgcolor {background-color:#ddc346; } .myforecolor {color:#ddc346; } .mybordercolor {border:3px solid #ddc346; }
#ddc346 Text Font Color
<p style="color:#ddc346">Text here</p>
This sample text font color is #ddc346
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ddc346 Background Color
<div style="background-color:#ddc346">
Div content here</div>
This div background color is #ddc346
#ddc346 Border Color
<div style="border:3px solid #ddc346">
Div here</div>
This div border color is #ddc346
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,195,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddc346; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddc346; -webkit-box-shadow: 1px 1px 3px 2px #ddc346; box-shadow: 1px 1px 3px 2px #ddc346; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,195,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddc346">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc346; -webkit-box-shadow: 1px 1px 3px 2px #ddc346; box-shadow: 1px 1px 3px 2px #ddc346;">
Div content here</div>
This div box has shadow with color #ddc346
Comments
No comments written yet.
Please login to write comment.