Shades of Sunflower #DCCB0A
Tints of Sunflower #DCCB0A
RGB
CMYK
RGB Variations
Color information
#DCCB0A (or 0xDCCB0A) is known color: Sunflower. HEX triplet: DC, CB and 0A. RGB value is (220,203,10). Sum of RGB (Red+Green+Blue) = 220+203+10=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCB0A is #2334F5. Grayscale: #BABABA. Windows color (decimal): -2307318 or 707548. OLE color: 707548.
HSL color Cylindrical-coordinate representation of color #DCCB0A: hue angle of 55.14º degrees, saturation: 0.91, 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 #DCCB0A is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 10 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.14 |
| HSL | 55.14º | 0.91% | 0.45% | - |
| HSV(B) | 55.14º | 0.95% | 0.86% | - |
| XYZ | 50.93 | 57.95 | 8.79 | - |
| YUV | 186.08 | 28.63 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 10 | 0 | 0.08 | 0.95 | 0.14 | 55.14 | 0.91 | 0.45 |
| Hex | DC | CB | A | 0 | 8 | 5F | E | 37 | 5B | 2D |
| Octal | 334 | 313 | 12 | 0 | 10 | 137 | 16 | 67 | 133 | 55 |
| Binary | 11011100 | 11001011 | 1010 | 0 | 1000 | 1011111 | 1110 | 110111 | 1011011 | 101101 |
Color Harmonies of #DCCB0A
Complementary color
Monochromatic Colors of #DCCB0A
Black with #DCCB0A
Text Example
Text Example
White with #DCCB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB0A; }
p { color: rgb(220,203,10); }
H1.HeaderClassName
{
color: #DCCB0A;
}
.AnyTagClassName
{
color: #DCCB0A;
}
</style>
background-color css
<style>
a { background-color: #DCCB0A; }
a { background-color: rgb(220,203,10); }
div.DivClassName
{
background-color: #DCCB0A;
}
.BgClassName
{
background-color: #DCCB0A;
}
</style>
border-color css
<style>
span { border-color: #DCCB0A; }
span { border-color: rgb(220,203,10); }
td.TdClassName
{
border-color: #DCCB0A;
}
.TagClassName
{
border-color: #DCCB0A;
}
</style>