Shades of Bird Flower #D2D70B
Tints of Bird Flower #D2D70B
RGB
CMYK
RGB Variations
Color information
#D2D70B (or 0xD2D70B) is known color: Bird Flower. HEX triplet: D2, D7 and 0B. RGB value is (210,215,11). Sum of RGB (Red+Green+Blue) = 210+215+11=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D70B is #2D28F4. Grayscale: #BFBFBF. Windows color (decimal): -2959605 or 776146. OLE color: 776146.
HSL color Cylindrical-coordinate representation of color #D2D70B: hue angle of 61.47º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2D70B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 11 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.16 |
| HSL | 61.47º | 0.9% | 0.44% | - |
| HSV(B) | 61.47º | 0.95% | 0.84% | - |
| XYZ | 50.94 | 62.33 | 9.66 | - |
| YUV | 190.25 | 26.84 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 11 | 0.02 | 0 | 0.95 | 0.16 | 61.47 | 0.9 | 0.44 |
| Hex | D2 | D7 | B | 2 | 0 | 5F | 10 | 3D | 5A | 2C |
| Octal | 322 | 327 | 13 | 2 | 0 | 137 | 20 | 75 | 132 | 54 |
| Binary | 11010010 | 11010111 | 1011 | 10 | 0 | 1011111 | 10000 | 111101 | 1011010 | 101100 |
Color Harmonies of #D2D70B
Complementary color
Monochromatic Colors of #D2D70B
Black with #D2D70B
Text Example
Text Example
White with #D2D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D70B; }
p { color: rgb(210,215,11); }
H1.HeaderClassName
{
color: #D2D70B;
}
.AnyTagClassName
{
color: #D2D70B;
}
</style>
background-color css
<style>
a { background-color: #D2D70B; }
a { background-color: rgb(210,215,11); }
div.DivClassName
{
background-color: #D2D70B;
}
.BgClassName
{
background-color: #D2D70B;
}
</style>
border-color css
<style>
span { border-color: #D2D70B; }
span { border-color: rgb(210,215,11); }
td.TdClassName
{
border-color: #D2D70B;
}
.TagClassName
{
border-color: #D2D70B;
}
</style>