Shades of Bird Flower #D3D000
Tints of Bird Flower #D3D000
RGB
CMYK
RGB Variations
Color information
#D3D000 (or 0xD3D000) is known color: Bird Flower. HEX triplet: D3, D0 and 00. RGB value is (211,208,0). Sum of RGB (Red+Green+Blue) = 211+208+0=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D000 is #2C2FFF. Grayscale: #BABABA. Windows color (decimal): -2895872 or 53459. OLE color: 53459.
HSL color Cylindrical-coordinate representation of color #D3D000: hue angle of 59.15º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3D000 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 208 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.17 |
| HSL | 59.15º | 1% | 0.41% | - |
| HSV(B) | 59.15º | 1% | 0.83% | - |
| XYZ | 49.42 | 58.96 | 8.78 | - |
| YUV | 185.19 | 23.49 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 0 | 0 | 0.01 | 1 | 0.17 | 59.15 | 1 | 0.41 |
| Hex | D3 | D0 | 0 | 0 | 1 | 64 | 11 | 3B | 64 | 29 |
| Octal | 323 | 320 | 0 | 0 | 1 | 144 | 21 | 73 | 144 | 51 |
| Binary | 11010011 | 11010000 | 0 | 0 | 1 | 1100100 | 10001 | 111011 | 1100100 | 101001 |
Color Harmonies of #D3D000
Complementary color
Monochromatic Colors of #D3D000
Black with #D3D000
Text Example
Text Example
White with #D3D000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D000; }
p { color: rgb(211,208,0); }
H1.HeaderClassName
{
color: #D3D000;
}
.AnyTagClassName
{
color: #D3D000;
}
</style>
background-color css
<style>
a { background-color: #D3D000; }
a { background-color: rgb(211,208,0); }
div.DivClassName
{
background-color: #D3D000;
}
.BgClassName
{
background-color: #D3D000;
}
</style>
border-color css
<style>
span { border-color: #D3D000; }
span { border-color: rgb(211,208,0); }
td.TdClassName
{
border-color: #D3D000;
}
.TagClassName
{
border-color: #D3D000;
}
</style>