Shades of Sunflower #DCCA1D
Tints of Sunflower #DCCA1D
RGB
CMYK
RGB Variations
Color information
#DCCA1D (or 0xDCCA1D) is known color: Sunflower. HEX triplet: DC, CA and 1D. RGB value is (220,202,29). Sum of RGB (Red+Green+Blue) = 220+202+29=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 29 (11.72% from 255 or 6.43% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA1D is #2335E2. Grayscale: #BCBCBC. Windows color (decimal): -2307555 or 1952476. OLE color: 1952476.
HSL color Cylindrical-coordinate representation of color #DCCA1D: hue angle of 54.35º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCCA1D is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 29 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.14 |
| HSL | 54.35º | 0.77% | 0.49% | - |
| HSV(B) | 54.35º | 0.87% | 0.86% | - |
| XYZ | 50.86 | 57.55 | 9.59 | - |
| YUV | 187.66 | 38.46 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 29 | 0 | 0.08 | 0.87 | 0.14 | 54.35 | 0.77 | 0.49 |
| Hex | DC | CA | 1D | 0 | 8 | 57 | E | 36 | 4D | 31 |
| Octal | 334 | 312 | 35 | 0 | 10 | 127 | 16 | 66 | 115 | 61 |
| Binary | 11011100 | 11001010 | 11101 | 0 | 1000 | 1010111 | 1110 | 110110 | 1001101 | 110001 |
Color Harmonies of #DCCA1D
Complementary color
Monochromatic Colors of #DCCA1D
Black with #DCCA1D
Text Example
Text Example
White with #DCCA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA1D; }
p { color: rgb(220,202,29); }
H1.HeaderClassName
{
color: #DCCA1D;
}
.AnyTagClassName
{
color: #DCCA1D;
}
</style>
background-color css
<style>
a { background-color: #DCCA1D; }
a { background-color: rgb(220,202,29); }
div.DivClassName
{
background-color: #DCCA1D;
}
.BgClassName
{
background-color: #DCCA1D;
}
</style>
border-color css
<style>
span { border-color: #DCCA1D; }
span { border-color: rgb(220,202,29); }
td.TdClassName
{
border-color: #DCCA1D;
}
.TagClassName
{
border-color: #DCCA1D;
}
</style>