Shades of Sunflower #DCBB06
Tints of Sunflower #DCBB06
RGB
CMYK
RGB Variations
Color information
#DCBB06 (or 0xDCBB06) is known color: Sunflower. HEX triplet: DC, BB and 06. RGB value is (220,187,6). Sum of RGB (Red+Green+Blue) = 220+187+6=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 6 (2.73% from 255 or 1.45% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBB06 is #2344F9. Grayscale: #B0B0B0. Windows color (decimal): -2311418 or 441308. OLE color: 441308.
HSL color Cylindrical-coordinate representation of color #DCBB06: hue angle of 50.75º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCBB06 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 6 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.14 |
| HSL | 50.75º | 0.95% | 0.44% | - |
| HSV(B) | 50.75º | 0.97% | 0.86% | - |
| XYZ | 47.32 | 50.77 | 7.48 | - |
| YUV | 176.23 | 31.93 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 6 | 0 | 0.15 | 0.97 | 0.14 | 50.75 | 0.95 | 0.44 |
| Hex | DC | BB | 6 | 0 | F | 61 | E | 33 | 5F | 2C |
| Octal | 334 | 273 | 6 | 0 | 17 | 141 | 16 | 63 | 137 | 54 |
| Binary | 11011100 | 10111011 | 110 | 0 | 1111 | 1100001 | 1110 | 110011 | 1011111 | 101100 |
Color Harmonies of #DCBB06
Complementary color
Monochromatic Colors of #DCBB06
Black with #DCBB06
Text Example
Text Example
White with #DCBB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB06; }
p { color: rgb(220,187,6); }
H1.HeaderClassName
{
color: #DCBB06;
}
.AnyTagClassName
{
color: #DCBB06;
}
</style>
background-color css
<style>
a { background-color: #DCBB06; }
a { background-color: rgb(220,187,6); }
div.DivClassName
{
background-color: #DCBB06;
}
.BgClassName
{
background-color: #DCBB06;
}
</style>
border-color css
<style>
span { border-color: #DCBB06; }
span { border-color: rgb(220,187,6); }
td.TdClassName
{
border-color: #DCBB06;
}
.TagClassName
{
border-color: #DCBB06;
}
</style>