Shades of Sunflower #DCBA08
Tints of Sunflower #DCBA08
RGB
CMYK
RGB Variations
Color information
#DCBA08 (or 0xDCBA08) is known color: Sunflower. HEX triplet: DC, BA and 08. RGB value is (220,186,8). Sum of RGB (Red+Green+Blue) = 220+186+8=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA08 is #2345F7. Grayscale: #B0B0B0. Windows color (decimal): -2311672 or 572124. OLE color: 572124.
HSL color Cylindrical-coordinate representation of color #DCBA08: hue angle of 50.38º 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 #DCBA08 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 8 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.14 |
| HSL | 50.38º | 0.93% | 0.45% | - |
| HSV(B) | 50.38º | 0.96% | 0.86% | - |
| XYZ | 47.12 | 50.35 | 7.47 | - |
| YUV | 175.87 | 33.26 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 8 | 0 | 0.15 | 0.96 | 0.14 | 50.38 | 0.93 | 0.45 |
| Hex | DC | BA | 8 | 0 | F | 60 | E | 32 | 5D | 2D |
| Octal | 334 | 272 | 10 | 0 | 17 | 140 | 16 | 62 | 135 | 55 |
| Binary | 11011100 | 10111010 | 1000 | 0 | 1111 | 1100000 | 1110 | 110010 | 1011101 | 101101 |
Color Harmonies of #DCBA08
Complementary color
Monochromatic Colors of #DCBA08
Black with #DCBA08
Text Example
Text Example
White with #DCBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA08; }
p { color: rgb(220,186,8); }
H1.HeaderClassName
{
color: #DCBA08;
}
.AnyTagClassName
{
color: #DCBA08;
}
</style>
background-color css
<style>
a { background-color: #DCBA08; }
a { background-color: rgb(220,186,8); }
div.DivClassName
{
background-color: #DCBA08;
}
.BgClassName
{
background-color: #DCBA08;
}
</style>
border-color css
<style>
span { border-color: #DCBA08; }
span { border-color: rgb(220,186,8); }
td.TdClassName
{
border-color: #DCBA08;
}
.TagClassName
{
border-color: #DCBA08;
}
</style>