Shades of Bird Flower #D0BE03
Tints of Bird Flower #D0BE03
RGB
CMYK
RGB Variations
Color information
#D0BE03 (or 0xD0BE03) is known color: Bird Flower. HEX triplet: D0, BE and 03. RGB value is (208,190,3). Sum of RGB (Red+Green+Blue) = 208+190+3=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BE03 is #2F41FC. Grayscale: #AEAEAE. Windows color (decimal): -3097085 or 245456. OLE color: 245456.
HSL color Cylindrical-coordinate representation of color #D0BE03: hue angle of 54.73º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0BE03 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.18 |
| HSL | 54.73º | 0.97% | 0.41% | - |
| HSV(B) | 54.73º | 0.99% | 0.82% | - |
| XYZ | 44.44 | 50.24 | 7.44 | - |
| YUV | 174.06 | 31.46 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 3 | 0 | 0.09 | 0.99 | 0.18 | 54.73 | 0.97 | 0.41 |
| Hex | D0 | BE | 3 | 0 | 9 | 63 | 12 | 37 | 61 | 29 |
| Octal | 320 | 276 | 3 | 0 | 11 | 143 | 22 | 67 | 141 | 51 |
| Binary | 11010000 | 10111110 | 11 | 0 | 1001 | 1100011 | 10010 | 110111 | 1100001 | 101001 |
Color Harmonies of #D0BE03
Complementary color
Monochromatic Colors of #D0BE03
Black with #D0BE03
Text Example
Text Example
White with #D0BE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE03; }
p { color: rgb(208,190,3); }
H1.HeaderClassName
{
color: #D0BE03;
}
.AnyTagClassName
{
color: #D0BE03;
}
</style>
background-color css
<style>
a { background-color: #D0BE03; }
a { background-color: rgb(208,190,3); }
div.DivClassName
{
background-color: #D0BE03;
}
.BgClassName
{
background-color: #D0BE03;
}
</style>
border-color css
<style>
span { border-color: #D0BE03; }
span { border-color: rgb(208,190,3); }
td.TdClassName
{
border-color: #D0BE03;
}
.TagClassName
{
border-color: #D0BE03;
}
</style>