Shades of Bird Flower #D4DD08
Tints of Bird Flower #D4DD08
RGB
CMYK
RGB Variations
Color information
#D4DD08 (or 0xD4DD08) is known color: Bird Flower. HEX triplet: D4, DD and 08. RGB value is (212,221,8). Sum of RGB (Red+Green+Blue) = 212+221+8=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4DD08 is #2B22F7. Grayscale: #C2C2C2. Windows color (decimal): -2827000 or 581076. OLE color: 581076.
HSL color Cylindrical-coordinate representation of color #D4DD08: hue angle of 62.54º 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 #D4DD08 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 8 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.13 |
| HSL | 62.54º | 0.93% | 0.45% | - |
| HSV(B) | 62.54º | 0.96% | 0.87% | - |
| XYZ | 53.05 | 65.73 | 10.12 | - |
| YUV | 194.03 | 23.02 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 8 | 0.04 | 0 | 0.96 | 0.13 | 62.54 | 0.93 | 0.45 |
| Hex | D4 | DD | 8 | 4 | 0 | 60 | D | 3F | 5D | 2D |
| Octal | 324 | 335 | 10 | 4 | 0 | 140 | 15 | 77 | 135 | 55 |
| Binary | 11010100 | 11011101 | 1000 | 100 | 0 | 1100000 | 1101 | 111111 | 1011101 | 101101 |
Color Harmonies of #D4DD08
Complementary color
Monochromatic Colors of #D4DD08
Black with #D4DD08
Text Example
Text Example
White with #D4DD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD08; }
p { color: rgb(212,221,8); }
H1.HeaderClassName
{
color: #D4DD08;
}
.AnyTagClassName
{
color: #D4DD08;
}
</style>
background-color css
<style>
a { background-color: #D4DD08; }
a { background-color: rgb(212,221,8); }
div.DivClassName
{
background-color: #D4DD08;
}
.BgClassName
{
background-color: #D4DD08;
}
</style>
border-color css
<style>
span { border-color: #D4DD08; }
span { border-color: rgb(212,221,8); }
td.TdClassName
{
border-color: #D4DD08;
}
.TagClassName
{
border-color: #D4DD08;
}
</style>