Shades of Bird Flower #D0BE18
Tints of Bird Flower #D0BE18
RGB
CMYK
RGB Variations
Color information
#D0BE18 (or 0xD0BE18) is known color: Bird Flower. HEX triplet: D0, BE and 18. RGB value is (208,190,24). Sum of RGB (Red+Green+Blue) = 208+190+24=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BE18 is #2F41E7. Grayscale: #B1B1B1. Windows color (decimal): -3097064 or 1621712. OLE color: 1621712.
HSL color Cylindrical-coordinate representation of color #D0BE18: hue angle of 54.13º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0BE18 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 24 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.18 |
| HSL | 54.13º | 0.79% | 0.45% | - |
| HSV(B) | 54.13º | 0.88% | 0.82% | - |
| XYZ | 44.59 | 50.3 | 8.22 | - |
| YUV | 176.46 | 41.96 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 24 | 0 | 0.09 | 0.88 | 0.18 | 54.13 | 0.79 | 0.45 |
| Hex | D0 | BE | 18 | 0 | 9 | 58 | 12 | 36 | 4F | 2D |
| Octal | 320 | 276 | 30 | 0 | 11 | 130 | 22 | 66 | 117 | 55 |
| Binary | 11010000 | 10111110 | 11000 | 0 | 1001 | 1011000 | 10010 | 110110 | 1001111 | 101101 |
Color Harmonies of #D0BE18
Complementary color
Monochromatic Colors of #D0BE18
Black with #D0BE18
Text Example
Text Example
White with #D0BE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE18; }
p { color: rgb(208,190,24); }
H1.HeaderClassName
{
color: #D0BE18;
}
.AnyTagClassName
{
color: #D0BE18;
}
</style>
background-color css
<style>
a { background-color: #D0BE18; }
a { background-color: rgb(208,190,24); }
div.DivClassName
{
background-color: #D0BE18;
}
.BgClassName
{
background-color: #D0BE18;
}
</style>
border-color css
<style>
span { border-color: #D0BE18; }
span { border-color: rgb(208,190,24); }
td.TdClassName
{
border-color: #D0BE18;
}
.TagClassName
{
border-color: #D0BE18;
}
</style>