Shades of Bird Flower #D0BD08
Tints of Bird Flower #D0BD08
RGB
CMYK
RGB Variations
Color information
#D0BD08 (or 0xD0BD08) is known color: Bird Flower. HEX triplet: D0, BD and 08. RGB value is (208,189,8). Sum of RGB (Red+Green+Blue) = 208+189+8=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BD08 is #2F42F7. Grayscale: #AEAEAE. Windows color (decimal): -3097336 or 572880. OLE color: 572880.
HSL color Cylindrical-coordinate representation of color #D0BD08: hue angle of 54.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0BD08 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 8 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.18 |
| HSL | 54.3º | 0.93% | 0.42% | - |
| HSV(B) | 54.3º | 0.96% | 0.82% | - |
| XYZ | 44.25 | 49.82 | 7.51 | - |
| YUV | 174.05 | 34.29 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 8 | 0 | 0.09 | 0.96 | 0.18 | 54.3 | 0.93 | 0.42 |
| Hex | D0 | BD | 8 | 0 | 9 | 60 | 12 | 36 | 5D | 2A |
| Octal | 320 | 275 | 10 | 0 | 11 | 140 | 22 | 66 | 135 | 52 |
| Binary | 11010000 | 10111101 | 1000 | 0 | 1001 | 1100000 | 10010 | 110110 | 1011101 | 101010 |
Color Harmonies of #D0BD08
Complementary color
Monochromatic Colors of #D0BD08
Black with #D0BD08
Text Example
Text Example
White with #D0BD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD08; }
p { color: rgb(208,189,8); }
H1.HeaderClassName
{
color: #D0BD08;
}
.AnyTagClassName
{
color: #D0BD08;
}
</style>
background-color css
<style>
a { background-color: #D0BD08; }
a { background-color: rgb(208,189,8); }
div.DivClassName
{
background-color: #D0BD08;
}
.BgClassName
{
background-color: #D0BD08;
}
</style>
border-color css
<style>
span { border-color: #D0BD08; }
span { border-color: rgb(208,189,8); }
td.TdClassName
{
border-color: #D0BD08;
}
.TagClassName
{
border-color: #D0BD08;
}
</style>