Shades of Bird Flower #D2B205
Tints of Bird Flower #D2B205
RGB
CMYK
RGB Variations
Color information
#D2B205 (or 0xD2B205) is known color: Bird Flower. HEX triplet: D2, B2 and 05. RGB value is (210,178,5). Sum of RGB (Red+Green+Blue) = 210+178+5=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2B205 is #2D4DFA. Grayscale: #A8A8A8. Windows color (decimal): -2969083 or 373458. OLE color: 373458.
HSL color Cylindrical-coordinate representation of color #D2B205: hue angle of 50.63º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2B205 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.18 |
| HSL | 50.63º | 0.95% | 0.42% | - |
| HSV(B) | 50.63º | 0.98% | 0.82% | - |
| XYZ | 42.53 | 45.55 | 6.69 | - |
| YUV | 167.85 | 36.1 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 5 | 0 | 0.15 | 0.98 | 0.18 | 50.63 | 0.95 | 0.42 |
| Hex | D2 | B2 | 5 | 0 | F | 62 | 12 | 33 | 5F | 2A |
| Octal | 322 | 262 | 5 | 0 | 17 | 142 | 22 | 63 | 137 | 52 |
| Binary | 11010010 | 10110010 | 101 | 0 | 1111 | 1100010 | 10010 | 110011 | 1011111 | 101010 |
Color Harmonies of #D2B205
Complementary color
Monochromatic Colors of #D2B205
Black with #D2B205
Text Example
Text Example
White with #D2B205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B205; }
p { color: rgb(210,178,5); }
H1.HeaderClassName
{
color: #D2B205;
}
.AnyTagClassName
{
color: #D2B205;
}
</style>
background-color css
<style>
a { background-color: #D2B205; }
a { background-color: rgb(210,178,5); }
div.DivClassName
{
background-color: #D2B205;
}
.BgClassName
{
background-color: #D2B205;
}
</style>
border-color css
<style>
span { border-color: #D2B205; }
span { border-color: rgb(210,178,5); }
td.TdClassName
{
border-color: #D2B205;
}
.TagClassName
{
border-color: #D2B205;
}
</style>