Shades of Sunflower #DCB10C
Tints of Sunflower #DCB10C
RGB
CMYK
RGB Variations
Color information
#DCB10C (or 0xDCB10C) is known color: Sunflower. HEX triplet: DC, B1 and 0C. RGB value is (220,177,12). Sum of RGB (Red+Green+Blue) = 220+177+12=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB10C is #234EF3. Grayscale: #ABABAB. Windows color (decimal): -2313972 or 831964. OLE color: 831964.
HSL color Cylindrical-coordinate representation of color #DCB10C: hue angle of 47.6º 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 #DCB10C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.14 |
| HSL | 47.6º | 0.9% | 0.45% | - |
| HSV(B) | 47.6º | 0.95% | 0.86% | - |
| XYZ | 45.3 | 46.69 | 6.97 | - |
| YUV | 171.05 | 38.25 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 12 | 0 | 0.20 | 0.95 | 0.14 | 47.6 | 0.9 | 0.45 |
| Hex | DC | B1 | C | 0 | 14 | 5F | E | 30 | 5A | 2D |
| Octal | 334 | 261 | 14 | 0 | 24 | 137 | 16 | 60 | 132 | 55 |
| Binary | 11011100 | 10110001 | 1100 | 0 | 10100 | 1011111 | 1110 | 110000 | 1011010 | 101101 |
Color Harmonies of #DCB10C
Complementary color
Monochromatic Colors of #DCB10C
Black with #DCB10C
Text Example
Text Example
White with #DCB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB10C; }
p { color: rgb(220,177,12); }
H1.HeaderClassName
{
color: #DCB10C;
}
.AnyTagClassName
{
color: #DCB10C;
}
</style>
background-color css
<style>
a { background-color: #DCB10C; }
a { background-color: rgb(220,177,12); }
div.DivClassName
{
background-color: #DCB10C;
}
.BgClassName
{
background-color: #DCB10C;
}
</style>
border-color css
<style>
span { border-color: #DCB10C; }
span { border-color: rgb(220,177,12); }
td.TdClassName
{
border-color: #DCB10C;
}
.TagClassName
{
border-color: #DCB10C;
}
</style>