Shades of Sunflower #DCBB03
Tints of Sunflower #DCBB03
RGB
CMYK
RGB Variations
Color information
#DCBB03 (or 0xDCBB03) is known color: Sunflower. HEX triplet: DC, BB and 03. RGB value is (220,187,3). Sum of RGB (Red+Green+Blue) = 220+187+3=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBB03 is #2344FC. Grayscale: #B0B0B0. Windows color (decimal): -2311421 or 244700. OLE color: 244700.
HSL color Cylindrical-coordinate representation of color #DCBB03: hue angle of 50.88º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCBB03 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.14 |
| HSL | 50.88º | 0.97% | 0.44% | - |
| HSV(B) | 50.88º | 0.99% | 0.86% | - |
| XYZ | 47.3 | 50.76 | 7.39 | - |
| YUV | 175.89 | 30.43 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 3 | 0 | 0.15 | 0.99 | 0.14 | 50.88 | 0.97 | 0.44 |
| Hex | DC | BB | 3 | 0 | F | 63 | E | 33 | 61 | 2C |
| Octal | 334 | 273 | 3 | 0 | 17 | 143 | 16 | 63 | 141 | 54 |
| Binary | 11011100 | 10111011 | 11 | 0 | 1111 | 1100011 | 1110 | 110011 | 1100001 | 101100 |
Color Harmonies of #DCBB03
Complementary color
Monochromatic Colors of #DCBB03
Black with #DCBB03
Text Example
Text Example
White with #DCBB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB03; }
p { color: rgb(220,187,3); }
H1.HeaderClassName
{
color: #DCBB03;
}
.AnyTagClassName
{
color: #DCBB03;
}
</style>
background-color css
<style>
a { background-color: #DCBB03; }
a { background-color: rgb(220,187,3); }
div.DivClassName
{
background-color: #DCBB03;
}
.BgClassName
{
background-color: #DCBB03;
}
</style>
border-color css
<style>
span { border-color: #DCBB03; }
span { border-color: rgb(220,187,3); }
td.TdClassName
{
border-color: #DCBB03;
}
.TagClassName
{
border-color: #DCBB03;
}
</style>