Shades of Bird Flower #D2BF02
Tints of Bird Flower #D2BF02
RGB
CMYK
RGB Variations
Color information
#D2BF02 (or 0xD2BF02) is known color: Bird Flower. HEX triplet: D2, BF and 02. RGB value is (210,191,2). Sum of RGB (Red+Green+Blue) = 210+191+2=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BF02 is #2D40FD. Grayscale: #AFAFAF. Windows color (decimal): -2965758 or 180178. OLE color: 180178.
HSL color Cylindrical-coordinate representation of color #D2BF02: hue angle of 54.52º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2BF02 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.18 |
| HSL | 54.52º | 0.98% | 0.42% | - |
| HSV(B) | 54.52º | 0.99% | 0.82% | - |
| XYZ | 45.22 | 50.97 | 7.51 | - |
| YUV | 175.14 | 30.29 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 2 | 0 | 0.09 | 0.99 | 0.18 | 54.52 | 0.98 | 0.42 |
| Hex | D2 | BF | 2 | 0 | 9 | 63 | 12 | 37 | 62 | 2A |
| Octal | 322 | 277 | 2 | 0 | 11 | 143 | 22 | 67 | 142 | 52 |
| Binary | 11010010 | 10111111 | 10 | 0 | 1001 | 1100011 | 10010 | 110111 | 1100010 | 101010 |
Color Harmonies of #D2BF02
Complementary color
Monochromatic Colors of #D2BF02
Black with #D2BF02
Text Example
Text Example
White with #D2BF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF02; }
p { color: rgb(210,191,2); }
H1.HeaderClassName
{
color: #D2BF02;
}
.AnyTagClassName
{
color: #D2BF02;
}
</style>
background-color css
<style>
a { background-color: #D2BF02; }
a { background-color: rgb(210,191,2); }
div.DivClassName
{
background-color: #D2BF02;
}
.BgClassName
{
background-color: #D2BF02;
}
</style>
border-color css
<style>
span { border-color: #D2BF02; }
span { border-color: rgb(210,191,2); }
td.TdClassName
{
border-color: #D2BF02;
}
.TagClassName
{
border-color: #D2BF02;
}
</style>