Shades of Sunflower #DCBD0C
Tints of Sunflower #DCBD0C
RGB
CMYK
RGB Variations
Color information
#DCBD0C (or 0xDCBD0C) is known color: Sunflower. HEX triplet: DC, BD and 0C. RGB value is (220,189,12). Sum of RGB (Red+Green+Blue) = 220+189+12=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD0C is #2342F3. Grayscale: #B2B2B2. Windows color (decimal): -2310900 or 835036. OLE color: 835036.
HSL color Cylindrical-coordinate representation of color #DCBD0C: hue angle of 51.06º 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 #DCBD0C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.14 |
| HSL | 51.06º | 0.9% | 0.45% | - |
| HSV(B) | 51.06º | 0.95% | 0.86% | - |
| XYZ | 47.78 | 51.64 | 7.8 | - |
| YUV | 178.09 | 34.27 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 12 | 0 | 0.14 | 0.95 | 0.14 | 51.06 | 0.9 | 0.45 |
| Hex | DC | BD | C | 0 | E | 5F | E | 33 | 5A | 2D |
| Octal | 334 | 275 | 14 | 0 | 16 | 137 | 16 | 63 | 132 | 55 |
| Binary | 11011100 | 10111101 | 1100 | 0 | 1110 | 1011111 | 1110 | 110011 | 1011010 | 101101 |
Color Harmonies of #DCBD0C
Complementary color
Monochromatic Colors of #DCBD0C
Black with #DCBD0C
Text Example
Text Example
White with #DCBD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD0C; }
p { color: rgb(220,189,12); }
H1.HeaderClassName
{
color: #DCBD0C;
}
.AnyTagClassName
{
color: #DCBD0C;
}
</style>
background-color css
<style>
a { background-color: #DCBD0C; }
a { background-color: rgb(220,189,12); }
div.DivClassName
{
background-color: #DCBD0C;
}
.BgClassName
{
background-color: #DCBD0C;
}
</style>
border-color css
<style>
span { border-color: #DCBD0C; }
span { border-color: rgb(220,189,12); }
td.TdClassName
{
border-color: #DCBD0C;
}
.TagClassName
{
border-color: #DCBD0C;
}
</style>