Shades of Bird Flower #D5DA03
Tints of Bird Flower #D5DA03
RGB
CMYK
RGB Variations
Color information
#D5DA03 (or 0xD5DA03) is known color: Bird Flower. HEX triplet: D5, DA and 03. RGB value is (213,218,3). Sum of RGB (Red+Green+Blue) = 213+218+3=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 3 (1.56% from 255 or 0.69% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DA03 is #2A25FC. Grayscale: #C0C0C0. Windows color (decimal): -2762237 or 252629. OLE color: 252629.
HSL color Cylindrical-coordinate representation of color #D5DA03: hue angle of 61.4º 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 #D5DA03 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 218 | 3 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.15 |
| HSL | 61.4º | 0.97% | 0.43% | - |
| HSV(B) | 61.4º | 0.99% | 0.85% | - |
| XYZ | 52.53 | 64.3 | 9.73 | - |
| YUV | 192 | 21.34 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 3 | 0.02 | 0 | 0.99 | 0.15 | 61.4 | 0.97 | 0.43 |
| Hex | D5 | DA | 3 | 2 | 0 | 63 | F | 3D | 61 | 2B |
| Octal | 325 | 332 | 3 | 2 | 0 | 143 | 17 | 75 | 141 | 53 |
| Binary | 11010101 | 11011010 | 11 | 10 | 0 | 1100011 | 1111 | 111101 | 1100001 | 101011 |
Color Harmonies of #D5DA03
Complementary color
Monochromatic Colors of #D5DA03
Black with #D5DA03
Text Example
Text Example
White with #D5DA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DA03; }
p { color: rgb(213,218,3); }
H1.HeaderClassName
{
color: #D5DA03;
}
.AnyTagClassName
{
color: #D5DA03;
}
</style>
background-color css
<style>
a { background-color: #D5DA03; }
a { background-color: rgb(213,218,3); }
div.DivClassName
{
background-color: #D5DA03;
}
.BgClassName
{
background-color: #D5DA03;
}
</style>
border-color css
<style>
span { border-color: #D5DA03; }
span { border-color: rgb(213,218,3); }
td.TdClassName
{
border-color: #D5DA03;
}
.TagClassName
{
border-color: #D5DA03;
}
</style>