Shades of Bird Flower #D4DB02
Tints of Bird Flower #D4DB02
RGB
CMYK
RGB Variations
Color information
#D4DB02 (or 0xD4DB02) is known color: Bird Flower. HEX triplet: D4, DB and 02. RGB value is (212,219,2). Sum of RGB (Red+Green+Blue) = 212+219+2=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4DB02 is #2B24FD. Grayscale: #C1C1C1. Windows color (decimal): -2827518 or 187348. OLE color: 187348.
HSL color Cylindrical-coordinate representation of color #D4DB02: hue angle of 61.94º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4DB02 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 219 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.14 |
| HSL | 61.94º | 0.98% | 0.43% | - |
| HSV(B) | 61.94º | 0.99% | 0.86% | - |
| XYZ | 52.49 | 64.66 | 9.77 | - |
| YUV | 192.17 | 20.68 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 2 | 0.03 | 0 | 0.99 | 0.14 | 61.94 | 0.98 | 0.43 |
| Hex | D4 | DB | 2 | 3 | 0 | 63 | E | 3E | 62 | 2B |
| Octal | 324 | 333 | 2 | 3 | 0 | 143 | 16 | 76 | 142 | 53 |
| Binary | 11010100 | 11011011 | 10 | 11 | 0 | 1100011 | 1110 | 111110 | 1100010 | 101011 |
Color Harmonies of #D4DB02
Complementary color
Monochromatic Colors of #D4DB02
Black with #D4DB02
Text Example
Text Example
White with #D4DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DB02; }
p { color: rgb(212,219,2); }
H1.HeaderClassName
{
color: #D4DB02;
}
.AnyTagClassName
{
color: #D4DB02;
}
</style>
background-color css
<style>
a { background-color: #D4DB02; }
a { background-color: rgb(212,219,2); }
div.DivClassName
{
background-color: #D4DB02;
}
.BgClassName
{
background-color: #D4DB02;
}
</style>
border-color css
<style>
span { border-color: #D4DB02; }
span { border-color: rgb(212,219,2); }
td.TdClassName
{
border-color: #D4DB02;
}
.TagClassName
{
border-color: #D4DB02;
}
</style>