Shades of Bird Flower #D5DD08
Tints of Bird Flower #D5DD08
RGB
CMYK
RGB Variations
Color information
#D5DD08 (or 0xD5DD08) is known color: Bird Flower. HEX triplet: D5, DD and 08. RGB value is (213,221,8). Sum of RGB (Red+Green+Blue) = 213+221+8=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DD08 is #2A22F7. Grayscale: #C3C3C3. Windows color (decimal): -2761464 or 581077. OLE color: 581077.
HSL color Cylindrical-coordinate representation of color #D5DD08: hue angle of 62.25º 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 #D5DD08 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 8 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.13 |
| HSL | 62.25º | 0.93% | 0.45% | - |
| HSV(B) | 62.25º | 0.96% | 0.87% | - |
| XYZ | 53.34 | 65.88 | 10.13 | - |
| YUV | 194.33 | 22.85 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 8 | 0.04 | 0 | 0.96 | 0.13 | 62.25 | 0.93 | 0.45 |
| Hex | D5 | DD | 8 | 4 | 0 | 60 | D | 3E | 5D | 2D |
| Octal | 325 | 335 | 10 | 4 | 0 | 140 | 15 | 76 | 135 | 55 |
| Binary | 11010101 | 11011101 | 1000 | 100 | 0 | 1100000 | 1101 | 111110 | 1011101 | 101101 |
Color Harmonies of #D5DD08
Complementary color
Monochromatic Colors of #D5DD08
Black with #D5DD08
Text Example
Text Example
White with #D5DD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD08; }
p { color: rgb(213,221,8); }
H1.HeaderClassName
{
color: #D5DD08;
}
.AnyTagClassName
{
color: #D5DD08;
}
</style>
background-color css
<style>
a { background-color: #D5DD08; }
a { background-color: rgb(213,221,8); }
div.DivClassName
{
background-color: #D5DD08;
}
.BgClassName
{
background-color: #D5DD08;
}
</style>
border-color css
<style>
span { border-color: #D5DD08; }
span { border-color: rgb(213,221,8); }
td.TdClassName
{
border-color: #D5DD08;
}
.TagClassName
{
border-color: #D5DD08;
}
</style>