Shades of Bird Flower #D2B203
Tints of Bird Flower #D2B203
RGB
CMYK
RGB Variations
Color information
#D2B203 (or 0xD2B203) is known color: Bird Flower. HEX triplet: D2, B2 and 03. RGB value is (210,178,3). Sum of RGB (Red+Green+Blue) = 210+178+3=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2B203 is #2D4DFC. Grayscale: #A8A8A8. Windows color (decimal): -2969085 or 242386. OLE color: 242386.
HSL color Cylindrical-coordinate representation of color #D2B203: hue angle of 50.72º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2B203 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.18 |
| HSL | 50.72º | 0.97% | 0.42% | - |
| HSV(B) | 50.72º | 0.99% | 0.82% | - |
| XYZ | 42.52 | 45.55 | 6.64 | - |
| YUV | 167.62 | 35.1 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 3 | 0 | 0.15 | 0.99 | 0.18 | 50.72 | 0.97 | 0.42 |
| Hex | D2 | B2 | 3 | 0 | F | 63 | 12 | 33 | 61 | 2A |
| Octal | 322 | 262 | 3 | 0 | 17 | 143 | 22 | 63 | 141 | 52 |
| Binary | 11010010 | 10110010 | 11 | 0 | 1111 | 1100011 | 10010 | 110011 | 1100001 | 101010 |
Color Harmonies of #D2B203
Complementary color
Monochromatic Colors of #D2B203
Black with #D2B203
Text Example
Text Example
White with #D2B203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B203; }
p { color: rgb(210,178,3); }
H1.HeaderClassName
{
color: #D2B203;
}
.AnyTagClassName
{
color: #D2B203;
}
</style>
background-color css
<style>
a { background-color: #D2B203; }
a { background-color: rgb(210,178,3); }
div.DivClassName
{
background-color: #D2B203;
}
.BgClassName
{
background-color: #D2B203;
}
</style>
border-color css
<style>
span { border-color: #D2B203; }
span { border-color: rgb(210,178,3); }
td.TdClassName
{
border-color: #D2B203;
}
.TagClassName
{
border-color: #D2B203;
}
</style>