Shades of Bird Flower #DED308
Tints of Bird Flower #DED308
RGB
CMYK
RGB Variations
Color information
#DED308 (or 0xDED308) is known color: Bird Flower. HEX triplet: DE, D3 and 08. RGB value is (222,211,8). Sum of RGB (Red+Green+Blue) = 222+211+8=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DED308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED308 is #212CF7. Grayscale: #BFBFBF. Windows color (decimal): -2174200 or 578526. OLE color: 578526.
HSL color Cylindrical-coordinate representation of color #DED308: hue angle of 56.92º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DED308 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 8 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.13 |
| HSL | 56.92º | 0.93% | 0.45% | - |
| HSV(B) | 56.92º | 0.96% | 0.87% | - |
| XYZ | 53.46 | 62.14 | 9.41 | - |
| YUV | 191.15 | 24.64 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 8 | 0 | 0.05 | 0.96 | 0.13 | 56.92 | 0.93 | 0.45 |
| Hex | DE | D3 | 8 | 0 | 5 | 60 | D | 39 | 5D | 2D |
| Octal | 336 | 323 | 10 | 0 | 5 | 140 | 15 | 71 | 135 | 55 |
| Binary | 11011110 | 11010011 | 1000 | 0 | 101 | 1100000 | 1101 | 111001 | 1011101 | 101101 |
Color Harmonies of #DED308
Complementary color
Monochromatic Colors of #DED308
Black with #DED308
Text Example
Text Example
White with #DED308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED308; }
p { color: rgb(222,211,8); }
H1.HeaderClassName
{
color: #DED308;
}
.AnyTagClassName
{
color: #DED308;
}
</style>
background-color css
<style>
a { background-color: #DED308; }
a { background-color: rgb(222,211,8); }
div.DivClassName
{
background-color: #DED308;
}
.BgClassName
{
background-color: #DED308;
}
</style>
border-color css
<style>
span { border-color: #DED308; }
span { border-color: rgb(222,211,8); }
td.TdClassName
{
border-color: #DED308;
}
.TagClassName
{
border-color: #DED308;
}
</style>