Shades of Bird Flower #D2B803
Tints of Bird Flower #D2B803
RGB
CMYK
RGB Variations
Color information
#D2B803 (or 0xD2B803) is known color: Bird Flower. HEX triplet: D2, B8 and 03. RGB value is (210,184,3). Sum of RGB (Red+Green+Blue) = 210+184+3=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B803 is #2D47FC. Grayscale: #ABABAB. Windows color (decimal): -2967549 or 243922. OLE color: 243922.
HSL color Cylindrical-coordinate representation of color #D2B803: hue angle of 52.46º 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 #D2B803 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.18 |
| HSL | 52.46º | 0.97% | 0.42% | - |
| HSV(B) | 52.46º | 0.99% | 0.82% | - |
| XYZ | 43.74 | 47.99 | 7.04 | - |
| YUV | 171.14 | 33.11 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 3 | 0 | 0.12 | 0.99 | 0.18 | 52.46 | 0.97 | 0.42 |
| Hex | D2 | B8 | 3 | 0 | C | 63 | 12 | 34 | 61 | 2A |
| Octal | 322 | 270 | 3 | 0 | 14 | 143 | 22 | 64 | 141 | 52 |
| Binary | 11010010 | 10111000 | 11 | 0 | 1100 | 1100011 | 10010 | 110100 | 1100001 | 101010 |
Color Harmonies of #D2B803
Complementary color
Monochromatic Colors of #D2B803
Black with #D2B803
Text Example
Text Example
White with #D2B803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B803; }
p { color: rgb(210,184,3); }
H1.HeaderClassName
{
color: #D2B803;
}
.AnyTagClassName
{
color: #D2B803;
}
</style>
background-color css
<style>
a { background-color: #D2B803; }
a { background-color: rgb(210,184,3); }
div.DivClassName
{
background-color: #D2B803;
}
.BgClassName
{
background-color: #D2B803;
}
</style>
border-color css
<style>
span { border-color: #D2B803; }
span { border-color: rgb(210,184,3); }
td.TdClassName
{
border-color: #D2B803;
}
.TagClassName
{
border-color: #D2B803;
}
</style>