Shades of Sunflower #DDCB18
Tints of Sunflower #DDCB18
RGB
CMYK
RGB Variations
Color information
#DDCB18 (or 0xDDCB18) is known color: Sunflower. HEX triplet: DD, CB and 18. RGB value is (221,203,24). Sum of RGB (Red+Green+Blue) = 221+203+24=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 24 (9.77% from 255 or 5.36% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB18 is #2234E7. Grayscale: #BCBCBC. Windows color (decimal): -2241768 or 1625053. OLE color: 1625053.
HSL color Cylindrical-coordinate representation of color #DDCB18: hue angle of 54.52º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDCB18 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 24 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.13 |
| HSL | 54.52º | 0.8% | 0.48% | - |
| HSV(B) | 54.52º | 0.89% | 0.87% | - |
| XYZ | 51.34 | 58.15 | 9.38 | - |
| YUV | 187.98 | 35.46 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 24 | 0 | 0.08 | 0.89 | 0.13 | 54.52 | 0.8 | 0.48 |
| Hex | DD | CB | 18 | 0 | 8 | 59 | D | 37 | 50 | 30 |
| Octal | 335 | 313 | 30 | 0 | 10 | 131 | 15 | 67 | 120 | 60 |
| Binary | 11011101 | 11001011 | 11000 | 0 | 1000 | 1011001 | 1101 | 110111 | 1010000 | 110000 |
Color Harmonies of #DDCB18
Complementary color
Monochromatic Colors of #DDCB18
Black with #DDCB18
Text Example
Text Example
White with #DDCB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB18; }
p { color: rgb(221,203,24); }
H1.HeaderClassName
{
color: #DDCB18;
}
.AnyTagClassName
{
color: #DDCB18;
}
</style>
background-color css
<style>
a { background-color: #DDCB18; }
a { background-color: rgb(221,203,24); }
div.DivClassName
{
background-color: #DDCB18;
}
.BgClassName
{
background-color: #DDCB18;
}
</style>
border-color css
<style>
span { border-color: #DDCB18; }
span { border-color: rgb(221,203,24); }
td.TdClassName
{
border-color: #DDCB18;
}
.TagClassName
{
border-color: #DDCB18;
}
</style>