Shades of Sunflower #DCB00C
Tints of Sunflower #DCB00C
RGB
CMYK
RGB Variations
Color information
#DCB00C (or 0xDCB00C) is known color: Sunflower. HEX triplet: DC, B0 and 0C. RGB value is (220,176,12). Sum of RGB (Red+Green+Blue) = 220+176+12=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB00C is #234FF3. Grayscale: #ABABAB. Windows color (decimal): -2314228 or 831708. OLE color: 831708.
HSL color Cylindrical-coordinate representation of color #DCB00C: hue angle of 47.31º 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 #DCB00C is Cyan = 0, Magento = 0.2, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 12 | - |
| CMYK | 0 | 0.2 | 0.95 | 0.14 |
| HSL | 47.31º | 0.9% | 0.45% | - |
| HSV(B) | 47.31º | 0.95% | 0.86% | - |
| XYZ | 45.11 | 46.29 | 6.91 | - |
| YUV | 170.46 | 38.58 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 12 | 0 | 0.2 | 0.95 | 0.14 | 47.31 | 0.9 | 0.45 |
| Hex | DC | B0 | C | 0 | 14 | 5F | E | 2F | 5A | 2D |
| Octal | 334 | 260 | 14 | 0 | 24 | 137 | 16 | 57 | 132 | 55 |
| Binary | 11011100 | 10110000 | 1100 | 0 | 10100 | 1011111 | 1110 | 101111 | 1011010 | 101101 |
Color Harmonies of #DCB00C
Complementary color
Monochromatic Colors of #DCB00C
Black with #DCB00C
Text Example
Text Example
White with #DCB00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB00C; }
p { color: rgb(220,176,12); }
H1.HeaderClassName
{
color: #DCB00C;
}
.AnyTagClassName
{
color: #DCB00C;
}
</style>
background-color css
<style>
a { background-color: #DCB00C; }
a { background-color: rgb(220,176,12); }
div.DivClassName
{
background-color: #DCB00C;
}
.BgClassName
{
background-color: #DCB00C;
}
</style>
border-color css
<style>
span { border-color: #DCB00C; }
span { border-color: rgb(220,176,12); }
td.TdClassName
{
border-color: #DCB00C;
}
.TagClassName
{
border-color: #DCB00C;
}
</style>