Shades of Bird Flower #D0DB03
Tints of Bird Flower #D0DB03
RGB
CMYK
RGB Variations
Color information
#D0DB03 (or 0xD0DB03) is known color: Bird Flower. HEX triplet: D0, DB and 03. RGB value is (208,219,3). Sum of RGB (Red+Green+Blue) = 208+219+3=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DB03 is #2F24FC. Grayscale: #BFBFBF. Windows color (decimal): -3089661 or 252880. OLE color: 252880.
HSL color Cylindrical-coordinate representation of color #D0DB03: hue angle of 63.06º 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 #D0DB03 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 3 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.14 |
| HSL | 63.06º | 0.97% | 0.44% | - |
| HSV(B) | 63.06º | 0.99% | 0.86% | - |
| XYZ | 51.36 | 64.08 | 9.75 | - |
| YUV | 191.09 | 21.86 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 3 | 0.05 | 0 | 0.99 | 0.14 | 63.06 | 0.97 | 0.44 |
| Hex | D0 | DB | 3 | 5 | 0 | 63 | E | 3F | 61 | 2C |
| Octal | 320 | 333 | 3 | 5 | 0 | 143 | 16 | 77 | 141 | 54 |
| Binary | 11010000 | 11011011 | 11 | 101 | 0 | 1100011 | 1110 | 111111 | 1100001 | 101100 |
Color Harmonies of #D0DB03
Complementary color
Monochromatic Colors of #D0DB03
Black with #D0DB03
Text Example
Text Example
White with #D0DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB03; }
p { color: rgb(208,219,3); }
H1.HeaderClassName
{
color: #D0DB03;
}
.AnyTagClassName
{
color: #D0DB03;
}
</style>
background-color css
<style>
a { background-color: #D0DB03; }
a { background-color: rgb(208,219,3); }
div.DivClassName
{
background-color: #D0DB03;
}
.BgClassName
{
background-color: #D0DB03;
}
</style>
border-color css
<style>
span { border-color: #D0DB03; }
span { border-color: rgb(208,219,3); }
td.TdClassName
{
border-color: #D0DB03;
}
.TagClassName
{
border-color: #D0DB03;
}
</style>