Shades of Bird Flower #D0BC08
Tints of Bird Flower #D0BC08
RGB
CMYK
RGB Variations
Color information
#D0BC08 (or 0xD0BC08) is known color: Bird Flower. HEX triplet: D0, BC and 08. RGB value is (208,188,8). Sum of RGB (Red+Green+Blue) = 208+188+8=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BC08 is #2F43F7. Grayscale: #AEAEAE. Windows color (decimal): -3097592 or 572624. OLE color: 572624.
HSL color Cylindrical-coordinate representation of color #D0BC08: hue angle of 54º 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 #D0BC08 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 8 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.18 |
| HSL | 54º | 0.93% | 0.42% | - |
| HSV(B) | 54º | 0.96% | 0.82% | - |
| XYZ | 44.04 | 49.39 | 7.44 | - |
| YUV | 173.46 | 34.63 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 8 | 0 | 0.10 | 0.96 | 0.18 | 54 | 0.93 | 0.42 |
| Hex | D0 | BC | 8 | 0 | A | 60 | 12 | 36 | 5D | 2A |
| Octal | 320 | 274 | 10 | 0 | 12 | 140 | 22 | 66 | 135 | 52 |
| Binary | 11010000 | 10111100 | 1000 | 0 | 1010 | 1100000 | 10010 | 110110 | 1011101 | 101010 |
Color Harmonies of #D0BC08
Complementary color
Monochromatic Colors of #D0BC08
Black with #D0BC08
Text Example
Text Example
White with #D0BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC08; }
p { color: rgb(208,188,8); }
H1.HeaderClassName
{
color: #D0BC08;
}
.AnyTagClassName
{
color: #D0BC08;
}
</style>
background-color css
<style>
a { background-color: #D0BC08; }
a { background-color: rgb(208,188,8); }
div.DivClassName
{
background-color: #D0BC08;
}
.BgClassName
{
background-color: #D0BC08;
}
</style>
border-color css
<style>
span { border-color: #D0BC08; }
span { border-color: rgb(208,188,8); }
td.TdClassName
{
border-color: #D0BC08;
}
.TagClassName
{
border-color: #D0BC08;
}
</style>