Shades of Bird Flower #D3B808
Tints of Bird Flower #D3B808
RGB
CMYK
RGB Variations
Color information
#D3B808 (or 0xD3B808) is known color: Bird Flower. HEX triplet: D3, B8 and 08. RGB value is (211,184,8). Sum of RGB (Red+Green+Blue) = 211+184+8=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B808 is #2C47F7. Grayscale: #ACACAC. Windows color (decimal): -2902008 or 571603. OLE color: 571603.
HSL color Cylindrical-coordinate representation of color #D3B808: hue angle of 52.02º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3B808 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 184 | 8 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.17 |
| HSL | 52.02º | 0.93% | 0.43% | - |
| HSV(B) | 52.02º | 0.96% | 0.83% | - |
| XYZ | 44.05 | 48.15 | 7.2 | - |
| YUV | 172.01 | 35.45 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 184 | 8 | 0 | 0.13 | 0.96 | 0.17 | 52.02 | 0.93 | 0.43 |
| Hex | D3 | B8 | 8 | 0 | D | 60 | 11 | 34 | 5D | 2B |
| Octal | 323 | 270 | 10 | 0 | 15 | 140 | 21 | 64 | 135 | 53 |
| Binary | 11010011 | 10111000 | 1000 | 0 | 1101 | 1100000 | 10001 | 110100 | 1011101 | 101011 |
Color Harmonies of #D3B808
Complementary color
Monochromatic Colors of #D3B808
Black with #D3B808
Text Example
Text Example
White with #D3B808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B808; }
p { color: rgb(211,184,8); }
H1.HeaderClassName
{
color: #D3B808;
}
.AnyTagClassName
{
color: #D3B808;
}
</style>
background-color css
<style>
a { background-color: #D3B808; }
a { background-color: rgb(211,184,8); }
div.DivClassName
{
background-color: #D3B808;
}
.BgClassName
{
background-color: #D3B808;
}
</style>
border-color css
<style>
span { border-color: #D3B808; }
span { border-color: rgb(211,184,8); }
td.TdClassName
{
border-color: #D3B808;
}
.TagClassName
{
border-color: #D3B808;
}
</style>