Shades of Bird Flower #D8DA03
Tints of Bird Flower #D8DA03
RGB
CMYK
RGB Variations
Color information
#D8DA03 (or 0xD8DA03) is known color: Bird Flower. HEX triplet: D8, DA and 03. RGB value is (216,218,3). Sum of RGB (Red+Green+Blue) = 216+218+3=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 3 (1.56% from 255 or 0.69% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DA03 is #2725FC. Grayscale: #C1C1C1. Windows color (decimal): -2565629 or 252632. OLE color: 252632.
HSL color Cylindrical-coordinate representation of color #D8DA03: hue angle of 60.56º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8DA03 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 3 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.15 |
| HSL | 60.56º | 0.97% | 0.43% | - |
| HSV(B) | 60.56º | 0.99% | 0.85% | - |
| XYZ | 53.41 | 64.75 | 9.77 | - |
| YUV | 192.89 | 20.84 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 3 | 0.01 | 0 | 0.99 | 0.15 | 60.56 | 0.97 | 0.43 |
| Hex | D8 | DA | 3 | 1 | 0 | 63 | F | 3D | 61 | 2B |
| Octal | 330 | 332 | 3 | 1 | 0 | 143 | 17 | 75 | 141 | 53 |
| Binary | 11011000 | 11011010 | 11 | 1 | 0 | 1100011 | 1111 | 111101 | 1100001 | 101011 |
Color Harmonies of #D8DA03
Complementary color
Monochromatic Colors of #D8DA03
Black with #D8DA03
Text Example
Text Example
White with #D8DA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA03; }
p { color: rgb(216,218,3); }
H1.HeaderClassName
{
color: #D8DA03;
}
.AnyTagClassName
{
color: #D8DA03;
}
</style>
background-color css
<style>
a { background-color: #D8DA03; }
a { background-color: rgb(216,218,3); }
div.DivClassName
{
background-color: #D8DA03;
}
.BgClassName
{
background-color: #D8DA03;
}
</style>
border-color css
<style>
span { border-color: #D8DA03; }
span { border-color: rgb(216,218,3); }
td.TdClassName
{
border-color: #D8DA03;
}
.TagClassName
{
border-color: #D8DA03;
}
</style>