Shades of Sunflower #DCBD08
Tints of Sunflower #DCBD08
RGB
CMYK
RGB Variations
Color information
#DCBD08 (or 0xDCBD08) is known color: Sunflower. HEX triplet: DC, BD and 08. RGB value is (220,189,8). Sum of RGB (Red+Green+Blue) = 220+189+8=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 8 (3.52% from 255 or 1.92% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD08 is #2342F7. Grayscale: #B2B2B2. Windows color (decimal): -2310904 or 572892. OLE color: 572892.
HSL color Cylindrical-coordinate representation of color #DCBD08: hue angle of 51.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCBD08 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.14 |
| HSL | 51.23º | 0.93% | 0.45% | - |
| HSV(B) | 51.23º | 0.96% | 0.86% | - |
| XYZ | 47.76 | 51.63 | 7.68 | - |
| YUV | 177.64 | 32.27 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 8 | 0 | 0.14 | 0.96 | 0.14 | 51.23 | 0.93 | 0.45 |
| Hex | DC | BD | 8 | 0 | E | 60 | E | 33 | 5D | 2D |
| Octal | 334 | 275 | 10 | 0 | 16 | 140 | 16 | 63 | 135 | 55 |
| Binary | 11011100 | 10111101 | 1000 | 0 | 1110 | 1100000 | 1110 | 110011 | 1011101 | 101101 |
Color Harmonies of #DCBD08
Complementary color
Monochromatic Colors of #DCBD08
Black with #DCBD08
Text Example
Text Example
White with #DCBD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD08; }
p { color: rgb(220,189,8); }
H1.HeaderClassName
{
color: #DCBD08;
}
.AnyTagClassName
{
color: #DCBD08;
}
</style>
background-color css
<style>
a { background-color: #DCBD08; }
a { background-color: rgb(220,189,8); }
div.DivClassName
{
background-color: #DCBD08;
}
.BgClassName
{
background-color: #DCBD08;
}
</style>
border-color css
<style>
span { border-color: #DCBD08; }
span { border-color: rgb(220,189,8); }
td.TdClassName
{
border-color: #DCBD08;
}
.TagClassName
{
border-color: #DCBD08;
}
</style>