Shades of Bird Flower #D2BF08
Tints of Bird Flower #D2BF08
RGB
CMYK
RGB Variations
Color information
#D2BF08 (or 0xD2BF08) is known color: Bird Flower. HEX triplet: D2, BF and 08. RGB value is (210,191,8). Sum of RGB (Red+Green+Blue) = 210+191+8=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BF08 is #2D40F7. Grayscale: #B0B0B0. Windows color (decimal): -2965752 or 573394. OLE color: 573394.
HSL color Cylindrical-coordinate representation of color #D2BF08: hue angle of 54.36º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2BF08 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 8 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.18 |
| HSL | 54.36º | 0.93% | 0.43% | - |
| HSV(B) | 54.36º | 0.96% | 0.82% | - |
| XYZ | 45.25 | 50.98 | 7.68 | - |
| YUV | 175.82 | 33.29 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 8 | 0 | 0.09 | 0.96 | 0.18 | 54.36 | 0.93 | 0.43 |
| Hex | D2 | BF | 8 | 0 | 9 | 60 | 12 | 36 | 5D | 2B |
| Octal | 322 | 277 | 10 | 0 | 11 | 140 | 22 | 66 | 135 | 53 |
| Binary | 11010010 | 10111111 | 1000 | 0 | 1001 | 1100000 | 10010 | 110110 | 1011101 | 101011 |
Color Harmonies of #D2BF08
Complementary color
Monochromatic Colors of #D2BF08
Black with #D2BF08
Text Example
Text Example
White with #D2BF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF08; }
p { color: rgb(210,191,8); }
H1.HeaderClassName
{
color: #D2BF08;
}
.AnyTagClassName
{
color: #D2BF08;
}
</style>
background-color css
<style>
a { background-color: #D2BF08; }
a { background-color: rgb(210,191,8); }
div.DivClassName
{
background-color: #D2BF08;
}
.BgClassName
{
background-color: #D2BF08;
}
</style>
border-color css
<style>
span { border-color: #D2BF08; }
span { border-color: rgb(210,191,8); }
td.TdClassName
{
border-color: #D2BF08;
}
.TagClassName
{
border-color: #D2BF08;
}
</style>