Shades of Sunflower #DDBC12
Tints of Sunflower #DDBC12
RGB
CMYK
RGB Variations
Color information
#DDBC12 (or 0xDDBC12) is known color: Sunflower. HEX triplet: DD, BC and 12. RGB value is (221,188,18). Sum of RGB (Red+Green+Blue) = 221+188+18=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBC12 is #2243ED. Grayscale: #B3B3B3. Windows color (decimal): -2245614 or 1227997. OLE color: 1227997.
HSL color Cylindrical-coordinate representation of color #DDBC12: hue angle of 50.25º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDBC12 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 18 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.13 |
| HSL | 50.25º | 0.85% | 0.47% | - |
| HSV(B) | 50.25º | 0.92% | 0.87% | - |
| XYZ | 47.91 | 51.38 | 7.96 | - |
| YUV | 178.49 | 37.43 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 18 | 0 | 0.15 | 0.92 | 0.13 | 50.25 | 0.85 | 0.47 |
| Hex | DD | BC | 12 | 0 | F | 5C | D | 32 | 55 | 2F |
| Octal | 335 | 274 | 22 | 0 | 17 | 134 | 15 | 62 | 125 | 57 |
| Binary | 11011101 | 10111100 | 10010 | 0 | 1111 | 1011100 | 1101 | 110010 | 1010101 | 101111 |
Color Harmonies of #DDBC12
Complementary color
Monochromatic Colors of #DDBC12
Black with #DDBC12
Text Example
Text Example
White with #DDBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC12; }
p { color: rgb(221,188,18); }
H1.HeaderClassName
{
color: #DDBC12;
}
.AnyTagClassName
{
color: #DDBC12;
}
</style>
background-color css
<style>
a { background-color: #DDBC12; }
a { background-color: rgb(221,188,18); }
div.DivClassName
{
background-color: #DDBC12;
}
.BgClassName
{
background-color: #DDBC12;
}
</style>
border-color css
<style>
span { border-color: #DDBC12; }
span { border-color: rgb(221,188,18); }
td.TdClassName
{
border-color: #DDBC12;
}
.TagClassName
{
border-color: #DDBC12;
}
</style>