Shades of Bird Flower #D2B200
Tints of Bird Flower #D2B200
RGB
CMYK
RGB Variations
Color information
#D2B200 (or 0xD2B200) is known color: Bird Flower. HEX triplet: D2, B2 and 00. RGB value is (210,178,0). Sum of RGB (Red+Green+Blue) = 210+178+0=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2B200 is #2D4DFF. Grayscale: #A8A8A8. Windows color (decimal): -2969088 or 45778. OLE color: 45778.
HSL color Cylindrical-coordinate representation of color #D2B200: hue angle of 50.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2B200 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.18 |
| HSL | 50.86º | 1% | 0.41% | - |
| HSV(B) | 50.86º | 1% | 0.82% | - |
| XYZ | 42.5 | 45.54 | 6.55 | - |
| YUV | 167.28 | 33.6 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 0 | 0 | 0.15 | 1 | 0.18 | 50.86 | 1 | 0.41 |
| Hex | D2 | B2 | 0 | 0 | F | 64 | 12 | 33 | 64 | 29 |
| Octal | 322 | 262 | 0 | 0 | 17 | 144 | 22 | 63 | 144 | 51 |
| Binary | 11010010 | 10110010 | 0 | 0 | 1111 | 1100100 | 10010 | 110011 | 1100100 | 101001 |
Color Harmonies of #D2B200
Complementary color
Monochromatic Colors of #D2B200
Black with #D2B200
Text Example
Text Example
White with #D2B200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B200; }
p { color: rgb(210,178,0); }
H1.HeaderClassName
{
color: #D2B200;
}
.AnyTagClassName
{
color: #D2B200;
}
</style>
background-color css
<style>
a { background-color: #D2B200; }
a { background-color: rgb(210,178,0); }
div.DivClassName
{
background-color: #D2B200;
}
.BgClassName
{
background-color: #D2B200;
}
</style>
border-color css
<style>
span { border-color: #D2B200; }
span { border-color: rgb(210,178,0); }
td.TdClassName
{
border-color: #D2B200;
}
.TagClassName
{
border-color: #D2B200;
}
</style>