Shades of Bird Flower #D3B800
Tints of Bird Flower #D3B800
RGB
CMYK
RGB Variations
Color information
#D3B800 (or 0xD3B800) is known color: Bird Flower. HEX triplet: D3, B8 and 00. RGB value is (211,184,0). Sum of RGB (Red+Green+Blue) = 211+184+0=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B800 is #2C47FF. Grayscale: #ABABAB. Windows color (decimal): -2902016 or 47315. OLE color: 47315.
HSL color Cylindrical-coordinate representation of color #D3B800: hue angle of 52.32º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3B800 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 184 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.17 |
| HSL | 52.32º | 1% | 0.41% | - |
| HSV(B) | 52.32º | 1% | 0.83% | - |
| XYZ | 44 | 48.13 | 6.97 | - |
| YUV | 171.1 | 31.45 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 184 | 0 | 0 | 0.13 | 1 | 0.17 | 52.32 | 1 | 0.41 |
| Hex | D3 | B8 | 0 | 0 | D | 64 | 11 | 34 | 64 | 29 |
| Octal | 323 | 270 | 0 | 0 | 15 | 144 | 21 | 64 | 144 | 51 |
| Binary | 11010011 | 10111000 | 0 | 0 | 1101 | 1100100 | 10001 | 110100 | 1100100 | 101001 |
Color Harmonies of #D3B800
Complementary color
Monochromatic Colors of #D3B800
Black with #D3B800
Text Example
Text Example
White with #D3B800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B800; }
p { color: rgb(211,184,0); }
H1.HeaderClassName
{
color: #D3B800;
}
.AnyTagClassName
{
color: #D3B800;
}
</style>
background-color css
<style>
a { background-color: #D3B800; }
a { background-color: rgb(211,184,0); }
div.DivClassName
{
background-color: #D3B800;
}
.BgClassName
{
background-color: #D3B800;
}
</style>
border-color css
<style>
span { border-color: #D3B800; }
span { border-color: rgb(211,184,0); }
td.TdClassName
{
border-color: #D3B800;
}
.TagClassName
{
border-color: #D3B800;
}
</style>