Shades of Bird Flower #D3DA00
Tints of Bird Flower #D3DA00
RGB
CMYK
RGB Variations
Color information
#D3DA00 (or 0xD3DA00) is known color: Bird Flower. HEX triplet: D3, DA and 00. RGB value is (211,218,0). Sum of RGB (Red+Green+Blue) = 211+218+0=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3DA00 is #2C25FF. Grayscale: #BFBFBF. Windows color (decimal): -2893312 or 56019. OLE color: 56019.
HSL color Cylindrical-coordinate representation of color #D3DA00: hue angle of 61.93º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3DA00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.15 |
| HSL | 61.93º | 1% | 0.43% | - |
| HSV(B) | 61.93º | 1% | 0.85% | - |
| XYZ | 51.94 | 63.99 | 9.61 | - |
| YUV | 191.06 | 20.18 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 0 | 0.03 | 0 | 1 | 0.15 | 61.93 | 1 | 0.43 |
| Hex | D3 | DA | 0 | 3 | 0 | 64 | F | 3E | 64 | 2B |
| Octal | 323 | 332 | 0 | 3 | 0 | 144 | 17 | 76 | 144 | 53 |
| Binary | 11010011 | 11011010 | 0 | 11 | 0 | 1100100 | 1111 | 111110 | 1100100 | 101011 |
Color Harmonies of #D3DA00
Complementary color
Monochromatic Colors of #D3DA00
Black with #D3DA00
Text Example
Text Example
White with #D3DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DA00; }
p { color: rgb(211,218,0); }
H1.HeaderClassName
{
color: #D3DA00;
}
.AnyTagClassName
{
color: #D3DA00;
}
</style>
background-color css
<style>
a { background-color: #D3DA00; }
a { background-color: rgb(211,218,0); }
div.DivClassName
{
background-color: #D3DA00;
}
.BgClassName
{
background-color: #D3DA00;
}
</style>
border-color css
<style>
span { border-color: #D3DA00; }
span { border-color: rgb(211,218,0); }
td.TdClassName
{
border-color: #D3DA00;
}
.TagClassName
{
border-color: #D3DA00;
}
</style>