Shades of Bird Flower #DED402
Tints of Bird Flower #DED402
RGB
CMYK
RGB Variations
Color information
#DED402 (or 0xDED402) is known color: Bird Flower. HEX triplet: DE, D4 and 02. RGB value is (222,212,2). Sum of RGB (Red+Green+Blue) = 222+212+2=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DED402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED402 is #212BFD. Grayscale: #BFBFBF. Windows color (decimal): -2173950 or 185566. OLE color: 185566.
HSL color Cylindrical-coordinate representation of color #DED402: hue angle of 57.27º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DED402 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.13 |
| HSL | 57.27º | 0.98% | 0.44% | - |
| HSV(B) | 57.27º | 0.99% | 0.87% | - |
| XYZ | 53.68 | 62.62 | 9.32 | - |
| YUV | 191.05 | 21.31 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 2 | 0 | 0.05 | 0.99 | 0.13 | 57.27 | 0.98 | 0.44 |
| Hex | DE | D4 | 2 | 0 | 5 | 63 | D | 39 | 62 | 2C |
| Octal | 336 | 324 | 2 | 0 | 5 | 143 | 15 | 71 | 142 | 54 |
| Binary | 11011110 | 11010100 | 10 | 0 | 101 | 1100011 | 1101 | 111001 | 1100010 | 101100 |
Color Harmonies of #DED402
Complementary color
Monochromatic Colors of #DED402
Black with #DED402
Text Example
Text Example
White with #DED402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED402; }
p { color: rgb(222,212,2); }
H1.HeaderClassName
{
color: #DED402;
}
.AnyTagClassName
{
color: #DED402;
}
</style>
background-color css
<style>
a { background-color: #DED402; }
a { background-color: rgb(222,212,2); }
div.DivClassName
{
background-color: #DED402;
}
.BgClassName
{
background-color: #DED402;
}
</style>
border-color css
<style>
span { border-color: #DED402; }
span { border-color: rgb(222,212,2); }
td.TdClassName
{
border-color: #DED402;
}
.TagClassName
{
border-color: #DED402;
}
</style>