Shades of Sunflower #DDCD0A
Tints of Sunflower #DDCD0A
RGB
CMYK
RGB Variations
Color information
#DDCD0A (or 0xDDCD0A) is known color: Sunflower. HEX triplet: DD, CD and 0A. RGB value is (221,205,10). Sum of RGB (Red+Green+Blue) = 221+205+10=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD0A is #2232F5. Grayscale: #BCBCBC. Windows color (decimal): -2241270 or 708061. OLE color: 708061.
HSL color Cylindrical-coordinate representation of color #DDCD0A: hue angle of 55.45º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDCD0A is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 205 | 10 | - |
CMYK | 0 | 0.07 | 0.95 | 0.13 |
HSL | 55.45º | 0.91% | 0.45% | - |
HSV(B) | 55.45º | 0.95% | 0.87% | - |
XYZ | 51.7 | 59.06 | 8.96 | - |
YUV | 187.55 | 27.8 | 151.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 10 | 0 | 0.07 | 0.95 | 0.13 | 55.45 | 0.91 | 0.45 |
Hex | DD | CD | A | 0 | 7 | 5F | D | 37 | 5B | 2D |
Octal | 335 | 315 | 12 | 0 | 7 | 137 | 15 | 67 | 133 | 55 |
Binary | 11011101 | 11001101 | 1010 | 0 | 111 | 1011111 | 1101 | 110111 | 1011011 | 101101 |
Color Harmonies of #DDCD0A
Complementary color
Monochromatic Colors of #DDCD0A
Black with #DDCD0A
Text Example
Text Example
White with #DDCD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD0A; }
p { color: rgb(221,205,10); }
H1.HeaderClassName
{
color: #DDCD0A;
}
.AnyTagClassName
{
color: #DDCD0A;
}
</style>
background-color css
<style>
a { background-color: #DDCD0A; }
a { background-color: rgb(221,205,10); }
div.DivClassName
{
background-color: #DDCD0A;
}
.BgClassName
{
background-color: #DDCD0A;
}
</style>
border-color css
<style>
span { border-color: #DDCD0A; }
span { border-color: rgb(221,205,10); }
td.TdClassName
{
border-color: #DDCD0A;
}
.TagClassName
{
border-color: #DDCD0A;
}
</style>