Shades of Bird Flower #D3DB02
Tints of Bird Flower #D3DB02
RGB
CMYK
RGB Variations
Color information
#D3DB02 (or 0xD3DB02) is known color: Bird Flower. HEX triplet: D3, DB and 02. RGB value is (211,219,2). Sum of RGB (Red+Green+Blue) = 211+219+2=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3DB02 is #2C24FD. Grayscale: #C0C0C0. Windows color (decimal): -2893054 or 187347. OLE color: 187347.
HSL color Cylindrical-coordinate representation of color #D3DB02: hue angle of 62.21º 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 #D3DB02 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.14 |
| HSL | 62.21º | 0.98% | 0.43% | - |
| HSV(B) | 62.21º | 0.99% | 0.86% | - |
| XYZ | 52.21 | 64.52 | 9.76 | - |
| YUV | 191.87 | 20.85 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 2 | 0.04 | 0 | 0.99 | 0.14 | 62.21 | 0.98 | 0.43 |
| Hex | D3 | DB | 2 | 4 | 0 | 63 | E | 3E | 62 | 2B |
| Octal | 323 | 333 | 2 | 4 | 0 | 143 | 16 | 76 | 142 | 53 |
| Binary | 11010011 | 11011011 | 10 | 100 | 0 | 1100011 | 1110 | 111110 | 1100010 | 101011 |
Color Harmonies of #D3DB02
Complementary color
Monochromatic Colors of #D3DB02
Black with #D3DB02
Text Example
Text Example
White with #D3DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB02; }
p { color: rgb(211,219,2); }
H1.HeaderClassName
{
color: #D3DB02;
}
.AnyTagClassName
{
color: #D3DB02;
}
</style>
background-color css
<style>
a { background-color: #D3DB02; }
a { background-color: rgb(211,219,2); }
div.DivClassName
{
background-color: #D3DB02;
}
.BgClassName
{
background-color: #D3DB02;
}
</style>
border-color css
<style>
span { border-color: #D3DB02; }
span { border-color: rgb(211,219,2); }
td.TdClassName
{
border-color: #D3DB02;
}
.TagClassName
{
border-color: #D3DB02;
}
</style>