Shades of Bird Flower #DEDB08
Tints of Bird Flower #DEDB08
RGB
CMYK
RGB Variations
Color information
#DEDB08 (or 0xDEDB08) is known color: Bird Flower. HEX triplet: DE, DB and 08. RGB value is (222,219,8). Sum of RGB (Red+Green+Blue) = 222+219+8=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB08 is #2124F7. Grayscale: #C4C4C4. Windows color (decimal): -2172152 or 580574. OLE color: 580574.
HSL color Cylindrical-coordinate representation of color #DEDB08: hue angle of 59.16º 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 #DEDB08 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.13 |
| HSL | 59.16º | 0.93% | 0.45% | - |
| HSV(B) | 59.16º | 0.96% | 0.87% | - |
| XYZ | 55.5 | 66.21 | 10.08 | - |
| YUV | 195.84 | 21.99 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 8 | 0 | 0.01 | 0.96 | 0.13 | 59.16 | 0.93 | 0.45 |
| Hex | DE | DB | 8 | 0 | 1 | 60 | D | 3B | 5D | 2D |
| Octal | 336 | 333 | 10 | 0 | 1 | 140 | 15 | 73 | 135 | 55 |
| Binary | 11011110 | 11011011 | 1000 | 0 | 1 | 1100000 | 1101 | 111011 | 1011101 | 101101 |
Color Harmonies of #DEDB08
Complementary color
Monochromatic Colors of #DEDB08
Black with #DEDB08
Text Example
Text Example
White with #DEDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB08; }
p { color: rgb(222,219,8); }
H1.HeaderClassName
{
color: #DEDB08;
}
.AnyTagClassName
{
color: #DEDB08;
}
</style>
background-color css
<style>
a { background-color: #DEDB08; }
a { background-color: rgb(222,219,8); }
div.DivClassName
{
background-color: #DEDB08;
}
.BgClassName
{
background-color: #DEDB08;
}
</style>
border-color css
<style>
span { border-color: #DEDB08; }
span { border-color: rgb(222,219,8); }
td.TdClassName
{
border-color: #DEDB08;
}
.TagClassName
{
border-color: #DEDB08;
}
</style>