Shades of Bird Flower #D0B705
Tints of Bird Flower #D0B705
RGB
CMYK
RGB Variations
Color information
#D0B705 (or 0xD0B705) is known color: Bird Flower. HEX triplet: D0, B7 and 05. RGB value is (208,183,5). Sum of RGB (Red+Green+Blue) = 208+183+5=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B705 is #2F48FA. Grayscale: #AAAAAA. Windows color (decimal): -3098875 or 374736. OLE color: 374736.
HSL color Cylindrical-coordinate representation of color #D0B705: hue angle of 52.61º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0B705 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.18 |
| HSL | 52.61º | 0.95% | 0.42% | - |
| HSV(B) | 52.61º | 0.98% | 0.82% | - |
| XYZ | 42.97 | 47.29 | 7.01 | - |
| YUV | 170.18 | 34.78 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 5 | 0 | 0.12 | 0.98 | 0.18 | 52.61 | 0.95 | 0.42 |
| Hex | D0 | B7 | 5 | 0 | C | 62 | 12 | 35 | 5F | 2A |
| Octal | 320 | 267 | 5 | 0 | 14 | 142 | 22 | 65 | 137 | 52 |
| Binary | 11010000 | 10110111 | 101 | 0 | 1100 | 1100010 | 10010 | 110101 | 1011111 | 101010 |
Color Harmonies of #D0B705
Complementary color
Monochromatic Colors of #D0B705
Black with #D0B705
Text Example
Text Example
White with #D0B705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B705; }
p { color: rgb(208,183,5); }
H1.HeaderClassName
{
color: #D0B705;
}
.AnyTagClassName
{
color: #D0B705;
}
</style>
background-color css
<style>
a { background-color: #D0B705; }
a { background-color: rgb(208,183,5); }
div.DivClassName
{
background-color: #D0B705;
}
.BgClassName
{
background-color: #D0B705;
}
</style>
border-color css
<style>
span { border-color: #D0B705; }
span { border-color: rgb(208,183,5); }
td.TdClassName
{
border-color: #D0B705;
}
.TagClassName
{
border-color: #D0B705;
}
</style>