Shades of Bird Flower #D3DB03
Tints of Bird Flower #D3DB03
RGB
CMYK
RGB Variations
Color information
#D3DB03 (or 0xD3DB03) is known color: Bird Flower. HEX triplet: D3, DB and 03. RGB value is (211,219,3). Sum of RGB (Red+Green+Blue) = 211+219+3=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3DB03 is #2C24FC. Grayscale: #C0C0C0. Windows color (decimal): -2893053 or 252883. OLE color: 252883.
HSL color Cylindrical-coordinate representation of color #D3DB03: hue angle of 62.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3DB03 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 3 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.14 |
| HSL | 62.22º | 0.97% | 0.44% | - |
| HSV(B) | 62.22º | 0.99% | 0.86% | - |
| XYZ | 52.21 | 64.52 | 9.79 | - |
| YUV | 191.98 | 21.35 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 3 | 0.04 | 0 | 0.99 | 0.14 | 62.22 | 0.97 | 0.44 |
| Hex | D3 | DB | 3 | 4 | 0 | 63 | E | 3E | 61 | 2C |
| Octal | 323 | 333 | 3 | 4 | 0 | 143 | 16 | 76 | 141 | 54 |
| Binary | 11010011 | 11011011 | 11 | 100 | 0 | 1100011 | 1110 | 111110 | 1100001 | 101100 |
Color Harmonies of #D3DB03
Complementary color
Monochromatic Colors of #D3DB03
Black with #D3DB03
Text Example
Text Example
White with #D3DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB03; }
p { color: rgb(211,219,3); }
H1.HeaderClassName
{
color: #D3DB03;
}
.AnyTagClassName
{
color: #D3DB03;
}
</style>
background-color css
<style>
a { background-color: #D3DB03; }
a { background-color: rgb(211,219,3); }
div.DivClassName
{
background-color: #D3DB03;
}
.BgClassName
{
background-color: #D3DB03;
}
</style>
border-color css
<style>
span { border-color: #D3DB03; }
span { border-color: rgb(211,219,3); }
td.TdClassName
{
border-color: #D3DB03;
}
.TagClassName
{
border-color: #D3DB03;
}
</style>