Shades of Sunflower #DCCA1B
Tints of Sunflower #DCCA1B
RGB
CMYK
RGB Variations
Color information
#DCCA1B (or 0xDCCA1B) is known color: Sunflower. HEX triplet: DC, CA and 1B. RGB value is (220,202,27). Sum of RGB (Red+Green+Blue) = 220+202+27=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 27 (10.94% from 255 or 6.01% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA1B is #2335E4. Grayscale: #BCBCBC. Windows color (decimal): -2307557 or 1821404. OLE color: 1821404.
HSL color Cylindrical-coordinate representation of color #DCCA1B: hue angle of 54.4º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCCA1B is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 27 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.14 |
| HSL | 54.4º | 0.78% | 0.48% | - |
| HSV(B) | 54.4º | 0.88% | 0.86% | - |
| XYZ | 50.83 | 57.54 | 9.46 | - |
| YUV | 187.43 | 37.46 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 27 | 0 | 0.08 | 0.88 | 0.14 | 54.4 | 0.78 | 0.48 |
| Hex | DC | CA | 1B | 0 | 8 | 58 | E | 36 | 4E | 30 |
| Octal | 334 | 312 | 33 | 0 | 10 | 130 | 16 | 66 | 116 | 60 |
| Binary | 11011100 | 11001010 | 11011 | 0 | 1000 | 1011000 | 1110 | 110110 | 1001110 | 110000 |
Color Harmonies of #DCCA1B
Complementary color
Monochromatic Colors of #DCCA1B
Black with #DCCA1B
Text Example
Text Example
White with #DCCA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA1B; }
p { color: rgb(220,202,27); }
H1.HeaderClassName
{
color: #DCCA1B;
}
.AnyTagClassName
{
color: #DCCA1B;
}
</style>
background-color css
<style>
a { background-color: #DCCA1B; }
a { background-color: rgb(220,202,27); }
div.DivClassName
{
background-color: #DCCA1B;
}
.BgClassName
{
background-color: #DCCA1B;
}
</style>
border-color css
<style>
span { border-color: #DCCA1B; }
span { border-color: rgb(220,202,27); }
td.TdClassName
{
border-color: #DCCA1B;
}
.TagClassName
{
border-color: #DCCA1B;
}
</style>