Shades of Bird Flower #D3BE08
Tints of Bird Flower #D3BE08
RGB
CMYK
RGB Variations
Color information
#D3BE08 (or 0xD3BE08) is known color: Bird Flower. HEX triplet: D3, BE and 08. RGB value is (211,190,8). Sum of RGB (Red+Green+Blue) = 211+190+8=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BE08 is #2C41F7. Grayscale: #B0B0B0. Windows color (decimal): -2900472 or 573139. OLE color: 573139.
HSL color Cylindrical-coordinate representation of color #D3BE08: hue angle of 53.79º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3BE08 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 8 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.17 |
| HSL | 53.79º | 0.93% | 0.43% | - |
| HSV(B) | 53.79º | 0.96% | 0.83% | - |
| XYZ | 45.32 | 50.69 | 7.63 | - |
| YUV | 175.53 | 33.46 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 8 | 0 | 0.10 | 0.96 | 0.17 | 53.79 | 0.93 | 0.43 |
| Hex | D3 | BE | 8 | 0 | A | 60 | 11 | 36 | 5D | 2B |
| Octal | 323 | 276 | 10 | 0 | 12 | 140 | 21 | 66 | 135 | 53 |
| Binary | 11010011 | 10111110 | 1000 | 0 | 1010 | 1100000 | 10001 | 110110 | 1011101 | 101011 |
Color Harmonies of #D3BE08
Complementary color
Monochromatic Colors of #D3BE08
Black with #D3BE08
Text Example
Text Example
White with #D3BE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BE08; }
p { color: rgb(211,190,8); }
H1.HeaderClassName
{
color: #D3BE08;
}
.AnyTagClassName
{
color: #D3BE08;
}
</style>
background-color css
<style>
a { background-color: #D3BE08; }
a { background-color: rgb(211,190,8); }
div.DivClassName
{
background-color: #D3BE08;
}
.BgClassName
{
background-color: #D3BE08;
}
</style>
border-color css
<style>
span { border-color: #D3BE08; }
span { border-color: rgb(211,190,8); }
td.TdClassName
{
border-color: #D3BE08;
}
.TagClassName
{
border-color: #D3BE08;
}
</style>