Shades of Bird Flower #DED102
Tints of Bird Flower #DED102
RGB
CMYK
RGB Variations
Color information
#DED102 (or 0xDED102) is known color: Bird Flower. HEX triplet: DE, D1 and 02. RGB value is (222,209,2). Sum of RGB (Red+Green+Blue) = 222+209+2=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DED102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED102 is #212EFD. Grayscale: #BEBEBE. Windows color (decimal): -2174718 or 184798. OLE color: 184798.
HSL color Cylindrical-coordinate representation of color #DED102: hue angle of 56.45º 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 #DED102 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.13 |
| HSL | 56.45º | 0.98% | 0.44% | - |
| HSV(B) | 56.45º | 0.99% | 0.87% | - |
| XYZ | 52.94 | 61.13 | 9.07 | - |
| YUV | 189.29 | 22.31 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 2 | 0 | 0.06 | 0.99 | 0.13 | 56.45 | 0.98 | 0.44 |
| Hex | DE | D1 | 2 | 0 | 6 | 63 | D | 38 | 62 | 2C |
| Octal | 336 | 321 | 2 | 0 | 6 | 143 | 15 | 70 | 142 | 54 |
| Binary | 11011110 | 11010001 | 10 | 0 | 110 | 1100011 | 1101 | 111000 | 1100010 | 101100 |
Color Harmonies of #DED102
Complementary color
Monochromatic Colors of #DED102
Black with #DED102
Text Example
Text Example
White with #DED102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED102; }
p { color: rgb(222,209,2); }
H1.HeaderClassName
{
color: #DED102;
}
.AnyTagClassName
{
color: #DED102;
}
</style>
background-color css
<style>
a { background-color: #DED102; }
a { background-color: rgb(222,209,2); }
div.DivClassName
{
background-color: #DED102;
}
.BgClassName
{
background-color: #DED102;
}
</style>
border-color css
<style>
span { border-color: #DED102; }
span { border-color: rgb(222,209,2); }
td.TdClassName
{
border-color: #DED102;
}
.TagClassName
{
border-color: #DED102;
}
</style>