Shades of Bird Flower #D2B007
Tints of Bird Flower #D2B007
RGB
CMYK
RGB Variations
Color information
#D2B007 (or 0xD2B007) is known color: Bird Flower. HEX triplet: D2, B0 and 07. RGB value is (210,176,7). Sum of RGB (Red+Green+Blue) = 210+176+7=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2B007 is #2D4FF8. Grayscale: #A7A7A7. Windows color (decimal): -2969593 or 504018. OLE color: 504018.
HSL color Cylindrical-coordinate representation of color #D2B007: hue angle of 49.95º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2B007 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 7 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.18 |
| HSL | 49.95º | 0.94% | 0.43% | - |
| HSV(B) | 49.95º | 0.97% | 0.82% | - |
| XYZ | 42.14 | 44.77 | 6.62 | - |
| YUV | 166.9 | 37.76 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 7 | 0 | 0.16 | 0.97 | 0.18 | 49.95 | 0.94 | 0.43 |
| Hex | D2 | B0 | 7 | 0 | 10 | 61 | 12 | 32 | 5E | 2B |
| Octal | 322 | 260 | 7 | 0 | 20 | 141 | 22 | 62 | 136 | 53 |
| Binary | 11010010 | 10110000 | 111 | 0 | 10000 | 1100001 | 10010 | 110010 | 1011110 | 101011 |
Color Harmonies of #D2B007
Complementary color
Monochromatic Colors of #D2B007
Black with #D2B007
Text Example
Text Example
White with #D2B007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B007; }
p { color: rgb(210,176,7); }
H1.HeaderClassName
{
color: #D2B007;
}
.AnyTagClassName
{
color: #D2B007;
}
</style>
background-color css
<style>
a { background-color: #D2B007; }
a { background-color: rgb(210,176,7); }
div.DivClassName
{
background-color: #D2B007;
}
.BgClassName
{
background-color: #D2B007;
}
</style>
border-color css
<style>
span { border-color: #D2B007; }
span { border-color: rgb(210,176,7); }
td.TdClassName
{
border-color: #D2B007;
}
.TagClassName
{
border-color: #D2B007;
}
</style>