Shades of Sunflower #DECC1D
Tints of Sunflower #DECC1D
RGB
CMYK
RGB Variations
Color information
#DECC1D (or 0xDECC1D) is known color: Sunflower. HEX triplet: DE, CC and 1D. RGB value is (222,204,29). Sum of RGB (Red+Green+Blue) = 222+204+29=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 29 (11.72% from 255 or 6.37% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC1D is #2133E2. Grayscale: #BEBEBE. Windows color (decimal): -2175971 or 1952990. OLE color: 1952990.
HSL color Cylindrical-coordinate representation of color #DECC1D: hue angle of 54.4º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DECC1D is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 29 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.13 |
| HSL | 54.4º | 0.77% | 0.49% | - |
| HSV(B) | 54.4º | 0.87% | 0.87% | - |
| XYZ | 51.94 | 58.8 | 9.78 | - |
| YUV | 189.43 | 37.46 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 29 | 0 | 0.08 | 0.87 | 0.13 | 54.4 | 0.77 | 0.49 |
| Hex | DE | CC | 1D | 0 | 8 | 57 | D | 36 | 4D | 31 |
| Octal | 336 | 314 | 35 | 0 | 10 | 127 | 15 | 66 | 115 | 61 |
| Binary | 11011110 | 11001100 | 11101 | 0 | 1000 | 1010111 | 1101 | 110110 | 1001101 | 110001 |
Color Harmonies of #DECC1D
Complementary color
Monochromatic Colors of #DECC1D
Black with #DECC1D
Text Example
Text Example
White with #DECC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC1D; }
p { color: rgb(222,204,29); }
H1.HeaderClassName
{
color: #DECC1D;
}
.AnyTagClassName
{
color: #DECC1D;
}
</style>
background-color css
<style>
a { background-color: #DECC1D; }
a { background-color: rgb(222,204,29); }
div.DivClassName
{
background-color: #DECC1D;
}
.BgClassName
{
background-color: #DECC1D;
}
</style>
border-color css
<style>
span { border-color: #DECC1D; }
span { border-color: rgb(222,204,29); }
td.TdClassName
{
border-color: #DECC1D;
}
.TagClassName
{
border-color: #DECC1D;
}
</style>