Shades of Bird Flower #D3D700
Tints of Bird Flower #D3D700
RGB
CMYK
RGB Variations
Color information
#D3D700 (or 0xD3D700) is known color: Bird Flower. HEX triplet: D3, D7 and 00. RGB value is (211,215,0). Sum of RGB (Red+Green+Blue) = 211+215+0=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D700 is #2C28FF. Grayscale: #BEBEBE. Windows color (decimal): -2894080 or 55251. OLE color: 55251.
HSL color Cylindrical-coordinate representation of color #D3D700: hue angle of 61.12º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3D700 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 215 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.16 |
| HSL | 61.12º | 1% | 0.42% | - |
| HSV(B) | 61.12º | 1% | 0.84% | - |
| XYZ | 51.16 | 62.45 | 9.36 | - |
| YUV | 189.29 | 21.17 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 0 | 0.02 | 0 | 1 | 0.16 | 61.12 | 1 | 0.42 |
| Hex | D3 | D7 | 0 | 2 | 0 | 64 | 10 | 3D | 64 | 2A |
| Octal | 323 | 327 | 0 | 2 | 0 | 144 | 20 | 75 | 144 | 52 |
| Binary | 11010011 | 11010111 | 0 | 10 | 0 | 1100100 | 10000 | 111101 | 1100100 | 101010 |
Color Harmonies of #D3D700
Complementary color
Monochromatic Colors of #D3D700
Black with #D3D700
Text Example
Text Example
White with #D3D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D700; }
p { color: rgb(211,215,0); }
H1.HeaderClassName
{
color: #D3D700;
}
.AnyTagClassName
{
color: #D3D700;
}
</style>
background-color css
<style>
a { background-color: #D3D700; }
a { background-color: rgb(211,215,0); }
div.DivClassName
{
background-color: #D3D700;
}
.BgClassName
{
background-color: #D3D700;
}
</style>
border-color css
<style>
span { border-color: #D3D700; }
span { border-color: rgb(211,215,0); }
td.TdClassName
{
border-color: #D3D700;
}
.TagClassName
{
border-color: #D3D700;
}
</style>