Shades of Bird Flower #D3D808
Tints of Bird Flower #D3D808
RGB
CMYK
RGB Variations
Color information
#D3D808 (or 0xD3D808) is known color: Bird Flower. HEX triplet: D3, D8 and 08. RGB value is (211,216,8). Sum of RGB (Red+Green+Blue) = 211+216+8=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D808 is #2C27F7. Grayscale: #BFBFBF. Windows color (decimal): -2893816 or 579795. OLE color: 579795.
HSL color Cylindrical-coordinate representation of color #D3D808: hue angle of 61.44º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3D808 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 216 | 8 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.15 |
| HSL | 61.44º | 0.93% | 0.44% | - |
| HSV(B) | 61.44º | 0.96% | 0.85% | - |
| XYZ | 51.46 | 62.98 | 9.67 | - |
| YUV | 190.79 | 24.84 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 216 | 8 | 0.02 | 0 | 0.96 | 0.15 | 61.44 | 0.93 | 0.44 |
| Hex | D3 | D8 | 8 | 2 | 0 | 60 | F | 3D | 5D | 2C |
| Octal | 323 | 330 | 10 | 2 | 0 | 140 | 17 | 75 | 135 | 54 |
| Binary | 11010011 | 11011000 | 1000 | 10 | 0 | 1100000 | 1111 | 111101 | 1011101 | 101100 |
Color Harmonies of #D3D808
Complementary color
Monochromatic Colors of #D3D808
Black with #D3D808
Text Example
Text Example
White with #D3D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D808; }
p { color: rgb(211,216,8); }
H1.HeaderClassName
{
color: #D3D808;
}
.AnyTagClassName
{
color: #D3D808;
}
</style>
background-color css
<style>
a { background-color: #D3D808; }
a { background-color: rgb(211,216,8); }
div.DivClassName
{
background-color: #D3D808;
}
.BgClassName
{
background-color: #D3D808;
}
</style>
border-color css
<style>
span { border-color: #D3D808; }
span { border-color: rgb(211,216,8); }
td.TdClassName
{
border-color: #D3D808;
}
.TagClassName
{
border-color: #D3D808;
}
</style>