Shades of Sunflower #DECC1B
Tints of Sunflower #DECC1B
RGB
CMYK
RGB Variations
Color information
#DECC1B (or 0xDECC1B) is known color: Sunflower. HEX triplet: DE, CC and 1B. RGB value is (222,204,27). Sum of RGB (Red+Green+Blue) = 222+204+27=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 27 (10.94% from 255 or 5.96% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC1B is #2133E4. Grayscale: #BDBDBD. Windows color (decimal): -2175973 or 1821918. OLE color: 1821918.
HSL color Cylindrical-coordinate representation of color #DECC1B: hue angle of 54.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DECC1B is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 27 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.13 |
| HSL | 54.46º | 0.78% | 0.49% | - |
| HSV(B) | 54.46º | 0.88% | 0.87% | - |
| XYZ | 51.91 | 58.79 | 9.65 | - |
| YUV | 189.2 | 36.46 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 27 | 0 | 0.08 | 0.88 | 0.13 | 54.46 | 0.78 | 0.49 |
| Hex | DE | CC | 1B | 0 | 8 | 58 | D | 36 | 4E | 31 |
| Octal | 336 | 314 | 33 | 0 | 10 | 130 | 15 | 66 | 116 | 61 |
| Binary | 11011110 | 11001100 | 11011 | 0 | 1000 | 1011000 | 1101 | 110110 | 1001110 | 110001 |
Color Harmonies of #DECC1B
Complementary color
Monochromatic Colors of #DECC1B
Black with #DECC1B
Text Example
Text Example
White with #DECC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC1B; }
p { color: rgb(222,204,27); }
H1.HeaderClassName
{
color: #DECC1B;
}
.AnyTagClassName
{
color: #DECC1B;
}
</style>
background-color css
<style>
a { background-color: #DECC1B; }
a { background-color: rgb(222,204,27); }
div.DivClassName
{
background-color: #DECC1B;
}
.BgClassName
{
background-color: #DECC1B;
}
</style>
border-color css
<style>
span { border-color: #DECC1B; }
span { border-color: rgb(222,204,27); }
td.TdClassName
{
border-color: #DECC1B;
}
.TagClassName
{
border-color: #DECC1B;
}
</style>