Shades of Sunflower #DCB90C
Tints of Sunflower #DCB90C
RGB
CMYK
RGB Variations
Color information
#DCB90C (or 0xDCB90C) is known color: Sunflower. HEX triplet: DC, B9 and 0C. RGB value is (220,185,12). Sum of RGB (Red+Green+Blue) = 220+185+12=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB90C is #2346F3. Grayscale: #B0B0B0. Windows color (decimal): -2311924 or 834012. OLE color: 834012.
HSL color Cylindrical-coordinate representation of color #DCB90C: hue angle of 49.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCB90C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 12 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.14 |
| HSL | 49.9º | 0.9% | 0.45% | - |
| HSV(B) | 49.9º | 0.95% | 0.86% | - |
| XYZ | 46.93 | 49.94 | 7.51 | - |
| YUV | 175.74 | 35.6 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 12 | 0 | 0.16 | 0.95 | 0.14 | 49.9 | 0.9 | 0.45 |
| Hex | DC | B9 | C | 0 | 10 | 5F | E | 32 | 5A | 2D |
| Octal | 334 | 271 | 14 | 0 | 20 | 137 | 16 | 62 | 132 | 55 |
| Binary | 11011100 | 10111001 | 1100 | 0 | 10000 | 1011111 | 1110 | 110010 | 1011010 | 101101 |
Color Harmonies of #DCB90C
Complementary color
Monochromatic Colors of #DCB90C
Black with #DCB90C
Text Example
Text Example
White with #DCB90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB90C; }
p { color: rgb(220,185,12); }
H1.HeaderClassName
{
color: #DCB90C;
}
.AnyTagClassName
{
color: #DCB90C;
}
</style>
background-color css
<style>
a { background-color: #DCB90C; }
a { background-color: rgb(220,185,12); }
div.DivClassName
{
background-color: #DCB90C;
}
.BgClassName
{
background-color: #DCB90C;
}
</style>
border-color css
<style>
span { border-color: #DCB90C; }
span { border-color: rgb(220,185,12); }
td.TdClassName
{
border-color: #DCB90C;
}
.TagClassName
{
border-color: #DCB90C;
}
</style>