Shades of Bird Flower #D2BF07
Tints of Bird Flower #D2BF07
RGB
CMYK
RGB Variations
Color information
#D2BF07 (or 0xD2BF07) is known color: Bird Flower. HEX triplet: D2, BF and 07. RGB value is (210,191,7). Sum of RGB (Red+Green+Blue) = 210+191+7=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BF07 is #2D40F8. Grayscale: #B0B0B0. Windows color (decimal): -2965753 or 507858. OLE color: 507858.
HSL color Cylindrical-coordinate representation of color #D2BF07: hue angle of 54.38º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2BF07 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 7 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.18 |
| HSL | 54.38º | 0.94% | 0.43% | - |
| HSV(B) | 54.38º | 0.97% | 0.82% | - |
| XYZ | 45.25 | 50.98 | 7.66 | - |
| YUV | 175.71 | 32.79 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 7 | 0 | 0.09 | 0.97 | 0.18 | 54.38 | 0.94 | 0.43 |
| Hex | D2 | BF | 7 | 0 | 9 | 61 | 12 | 36 | 5E | 2B |
| Octal | 322 | 277 | 7 | 0 | 11 | 141 | 22 | 66 | 136 | 53 |
| Binary | 11010010 | 10111111 | 111 | 0 | 1001 | 1100001 | 10010 | 110110 | 1011110 | 101011 |
Color Harmonies of #D2BF07
Complementary color
Monochromatic Colors of #D2BF07
Black with #D2BF07
Text Example
Text Example
White with #D2BF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF07; }
p { color: rgb(210,191,7); }
H1.HeaderClassName
{
color: #D2BF07;
}
.AnyTagClassName
{
color: #D2BF07;
}
</style>
background-color css
<style>
a { background-color: #D2BF07; }
a { background-color: rgb(210,191,7); }
div.DivClassName
{
background-color: #D2BF07;
}
.BgClassName
{
background-color: #D2BF07;
}
</style>
border-color css
<style>
span { border-color: #D2BF07; }
span { border-color: rgb(210,191,7); }
td.TdClassName
{
border-color: #D2BF07;
}
.TagClassName
{
border-color: #D2BF07;
}
</style>