Shades of Sunflower #DCCA0B
Tints of Sunflower #DCCA0B
RGB
CMYK
RGB Variations
Color information
#DCCA0B (or 0xDCCA0B) is known color: Sunflower. HEX triplet: DC, CA and 0B. RGB value is (220,202,11). Sum of RGB (Red+Green+Blue) = 220+202+11=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCA0B is #2335F4. Grayscale: #BABABA. Windows color (decimal): -2307573 or 772828. OLE color: 772828.
HSL color Cylindrical-coordinate representation of color #DCCA0B: hue angle of 54.83º 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 #DCCA0B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.14 |
| HSL | 54.83º | 0.9% | 0.45% | - |
| HSV(B) | 54.83º | 0.95% | 0.86% | - |
| XYZ | 50.7 | 57.48 | 8.74 | - |
| YUV | 185.61 | 29.46 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 11 | 0 | 0.08 | 0.95 | 0.14 | 54.83 | 0.9 | 0.45 |
| Hex | DC | CA | B | 0 | 8 | 5F | E | 37 | 5A | 2D |
| Octal | 334 | 312 | 13 | 0 | 10 | 137 | 16 | 67 | 132 | 55 |
| Binary | 11011100 | 11001010 | 1011 | 0 | 1000 | 1011111 | 1110 | 110111 | 1011010 | 101101 |
Color Harmonies of #DCCA0B
Complementary color
Monochromatic Colors of #DCCA0B
Black with #DCCA0B
Text Example
Text Example
White with #DCCA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA0B; }
p { color: rgb(220,202,11); }
H1.HeaderClassName
{
color: #DCCA0B;
}
.AnyTagClassName
{
color: #DCCA0B;
}
</style>
background-color css
<style>
a { background-color: #DCCA0B; }
a { background-color: rgb(220,202,11); }
div.DivClassName
{
background-color: #DCCA0B;
}
.BgClassName
{
background-color: #DCCA0B;
}
</style>
border-color css
<style>
span { border-color: #DCCA0B; }
span { border-color: rgb(220,202,11); }
td.TdClassName
{
border-color: #DCCA0B;
}
.TagClassName
{
border-color: #DCCA0B;
}
</style>