Shades of Sunflower #DCBB05
Tints of Sunflower #DCBB05
RGB
CMYK
RGB Variations
Color information
#DCBB05 (or 0xDCBB05) is known color: Sunflower. HEX triplet: DC, BB and 05. RGB value is (220,187,5). Sum of RGB (Red+Green+Blue) = 220+187+5=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBB05 is #2344FA. Grayscale: #B0B0B0. Windows color (decimal): -2311419 or 375772. OLE color: 375772.
HSL color Cylindrical-coordinate representation of color #DCBB05: hue angle of 50.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCBB05 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.14 |
| HSL | 50.79º | 0.96% | 0.44% | - |
| HSV(B) | 50.79º | 0.98% | 0.86% | - |
| XYZ | 47.31 | 50.77 | 7.45 | - |
| YUV | 176.12 | 31.43 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 5 | 0 | 0.15 | 0.98 | 0.14 | 50.79 | 0.96 | 0.44 |
| Hex | DC | BB | 5 | 0 | F | 62 | E | 33 | 60 | 2C |
| Octal | 334 | 273 | 5 | 0 | 17 | 142 | 16 | 63 | 140 | 54 |
| Binary | 11011100 | 10111011 | 101 | 0 | 1111 | 1100010 | 1110 | 110011 | 1100000 | 101100 |
Color Harmonies of #DCBB05
Complementary color
Monochromatic Colors of #DCBB05
Black with #DCBB05
Text Example
Text Example
White with #DCBB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB05; }
p { color: rgb(220,187,5); }
H1.HeaderClassName
{
color: #DCBB05;
}
.AnyTagClassName
{
color: #DCBB05;
}
</style>
background-color css
<style>
a { background-color: #DCBB05; }
a { background-color: rgb(220,187,5); }
div.DivClassName
{
background-color: #DCBB05;
}
.BgClassName
{
background-color: #DCBB05;
}
</style>
border-color css
<style>
span { border-color: #DCBB05; }
span { border-color: rgb(220,187,5); }
td.TdClassName
{
border-color: #DCBB05;
}
.TagClassName
{
border-color: #DCBB05;
}
</style>