Shades of Sunflower #DCBB14
Tints of Sunflower #DCBB14
RGB
CMYK
RGB Variations
Color information
#DCBB14 (or 0xDCBB14) is known color: Sunflower. HEX triplet: DC, BB and 14. RGB value is (220,187,20). Sum of RGB (Red+Green+Blue) = 220+187+20=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBB14 is #2344EB. Grayscale: #B2B2B2. Windows color (decimal): -2311404 or 1358812. OLE color: 1358812.
HSL color Cylindrical-coordinate representation of color #DCBB14: hue angle of 50.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCBB14 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 20 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.14 |
| HSL | 50.1º | 0.83% | 0.47% | - |
| HSV(B) | 50.1º | 0.91% | 0.86% | - |
| XYZ | 47.41 | 50.81 | 7.97 | - |
| YUV | 177.83 | 38.93 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 20 | 0 | 0.15 | 0.91 | 0.14 | 50.1 | 0.83 | 0.47 |
| Hex | DC | BB | 14 | 0 | F | 5B | E | 32 | 53 | 2F |
| Octal | 334 | 273 | 24 | 0 | 17 | 133 | 16 | 62 | 123 | 57 |
| Binary | 11011100 | 10111011 | 10100 | 0 | 1111 | 1011011 | 1110 | 110010 | 1010011 | 101111 |
Color Harmonies of #DCBB14
Complementary color
Monochromatic Colors of #DCBB14
Black with #DCBB14
Text Example
Text Example
White with #DCBB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB14; }
p { color: rgb(220,187,20); }
H1.HeaderClassName
{
color: #DCBB14;
}
.AnyTagClassName
{
color: #DCBB14;
}
</style>
background-color css
<style>
a { background-color: #DCBB14; }
a { background-color: rgb(220,187,20); }
div.DivClassName
{
background-color: #DCBB14;
}
.BgClassName
{
background-color: #DCBB14;
}
</style>
border-color css
<style>
span { border-color: #DCBB14; }
span { border-color: rgb(220,187,20); }
td.TdClassName
{
border-color: #DCBB14;
}
.TagClassName
{
border-color: #DCBB14;
}
</style>