Shades of Bird Flower #D0B800
Tints of Bird Flower #D0B800
RGB
CMYK
RGB Variations
Color information
#D0B800 (or 0xD0B800) is known color: Bird Flower. HEX triplet: D0, B8 and 00. RGB value is (208,184,0). Sum of RGB (Red+Green+Blue) = 208+184+0=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B800 is #2F47FF. Grayscale: #AAAAAA. Windows color (decimal): -3098624 or 47312. OLE color: 47312.
HSL color Cylindrical-coordinate representation of color #D0B800: hue angle of 53.08º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0B800 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.18 |
| HSL | 53.08º | 1% | 0.41% | - |
| HSV(B) | 53.08º | 1% | 0.82% | - |
| XYZ | 43.15 | 47.69 | 6.93 | - |
| YUV | 170.2 | 31.95 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 0 | 0 | 0.12 | 1 | 0.18 | 53.08 | 1 | 0.41 |
| Hex | D0 | B8 | 0 | 0 | C | 64 | 12 | 35 | 64 | 29 |
| Octal | 320 | 270 | 0 | 0 | 14 | 144 | 22 | 65 | 144 | 51 |
| Binary | 11010000 | 10111000 | 0 | 0 | 1100 | 1100100 | 10010 | 110101 | 1100100 | 101001 |
Color Harmonies of #D0B800
Complementary color
Monochromatic Colors of #D0B800
Black with #D0B800
Text Example
Text Example
White with #D0B800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B800; }
p { color: rgb(208,184,0); }
H1.HeaderClassName
{
color: #D0B800;
}
.AnyTagClassName
{
color: #D0B800;
}
</style>
background-color css
<style>
a { background-color: #D0B800; }
a { background-color: rgb(208,184,0); }
div.DivClassName
{
background-color: #D0B800;
}
.BgClassName
{
background-color: #D0B800;
}
</style>
border-color css
<style>
span { border-color: #D0B800; }
span { border-color: rgb(208,184,0); }
td.TdClassName
{
border-color: #D0B800;
}
.TagClassName
{
border-color: #D0B800;
}
</style>