Shades of Bird Flower #D8DB03
Tints of Bird Flower #D8DB03
RGB
CMYK
RGB Variations
Color information
#D8DB03 (or 0xD8DB03) is known color: Bird Flower. HEX triplet: D8, DB and 03. RGB value is (216,219,3). Sum of RGB (Red+Green+Blue) = 216+219+3=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DB03 is #2724FC. Grayscale: #C2C2C2. Windows color (decimal): -2565373 or 252888. OLE color: 252888.
HSL color Cylindrical-coordinate representation of color #D8DB03: hue angle of 60.83º 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 #D8DB03 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 3 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.14 |
| HSL | 60.83º | 0.97% | 0.44% | - |
| HSV(B) | 60.83º | 0.99% | 0.86% | - |
| XYZ | 53.67 | 65.27 | 9.86 | - |
| YUV | 193.48 | 20.51 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 3 | 0.01 | 0 | 0.99 | 0.14 | 60.83 | 0.97 | 0.44 |
| Hex | D8 | DB | 3 | 1 | 0 | 63 | E | 3D | 61 | 2C |
| Octal | 330 | 333 | 3 | 1 | 0 | 143 | 16 | 75 | 141 | 54 |
| Binary | 11011000 | 11011011 | 11 | 1 | 0 | 1100011 | 1110 | 111101 | 1100001 | 101100 |
Color Harmonies of #D8DB03
Complementary color
Monochromatic Colors of #D8DB03
Black with #D8DB03
Text Example
Text Example
White with #D8DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB03; }
p { color: rgb(216,219,3); }
H1.HeaderClassName
{
color: #D8DB03;
}
.AnyTagClassName
{
color: #D8DB03;
}
</style>
background-color css
<style>
a { background-color: #D8DB03; }
a { background-color: rgb(216,219,3); }
div.DivClassName
{
background-color: #D8DB03;
}
.BgClassName
{
background-color: #D8DB03;
}
</style>
border-color css
<style>
span { border-color: #D8DB03; }
span { border-color: rgb(216,219,3); }
td.TdClassName
{
border-color: #D8DB03;
}
.TagClassName
{
border-color: #D8DB03;
}
</style>