Shades of Bird Flower #D6D70B
Tints of Bird Flower #D6D70B
RGB
CMYK
RGB Variations
Color information
#D6D70B (or 0xD6D70B) is known color: Bird Flower. HEX triplet: D6, D7 and 0B. RGB value is (214,215,11). Sum of RGB (Red+Green+Blue) = 214+215+11=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D70B is #2928F4. Grayscale: #C0C0C0. Windows color (decimal): -2697461 or 776150. OLE color: 776150.
HSL color Cylindrical-coordinate representation of color #D6D70B: hue angle of 60.29º 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 #D6D70B is Cyan = 0.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 215 | 11 | - |
| CMYK | 0.00 | 0 | 0.95 | 0.16 |
| HSL | 60.29º | 0.9% | 0.44% | - |
| HSV(B) | 60.29º | 0.95% | 0.84% | - |
| XYZ | 52.09 | 62.92 | 9.72 | - |
| YUV | 191.45 | 26.17 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 215 | 11 | 0.00 | 0 | 0.95 | 0.16 | 60.29 | 0.9 | 0.44 |
| Hex | D6 | D7 | B | 0 | 0 | 5F | 10 | 3C | 5A | 2C |
| Octal | 326 | 327 | 13 | 0 | 0 | 137 | 20 | 74 | 132 | 54 |
| Binary | 11010110 | 11010111 | 1011 | 0 | 0 | 1011111 | 10000 | 111100 | 1011010 | 101100 |
Color Harmonies of #D6D70B
Complementary color
Monochromatic Colors of #D6D70B
Black with #D6D70B
Text Example
Text Example
White with #D6D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D70B; }
p { color: rgb(214,215,11); }
H1.HeaderClassName
{
color: #D6D70B;
}
.AnyTagClassName
{
color: #D6D70B;
}
</style>
background-color css
<style>
a { background-color: #D6D70B; }
a { background-color: rgb(214,215,11); }
div.DivClassName
{
background-color: #D6D70B;
}
.BgClassName
{
background-color: #D6D70B;
}
</style>
border-color css
<style>
span { border-color: #D6D70B; }
span { border-color: rgb(214,215,11); }
td.TdClassName
{
border-color: #D6D70B;
}
.TagClassName
{
border-color: #D6D70B;
}
</style>