Shades of Bird Flower #D6D30B
Tints of Bird Flower #D6D30B
RGB
CMYK
RGB Variations
Color information
#D6D30B (or 0xD6D30B) is known color: Bird Flower. HEX triplet: D6, D3 and 0B. RGB value is (214,211,11). Sum of RGB (Red+Green+Blue) = 214+211+11=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D30B is #292CF4. Grayscale: #BDBDBD. Windows color (decimal): -2698485 or 775126. OLE color: 775126.
HSL color Cylindrical-coordinate representation of color #D6D30B: hue angle of 59.11º 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 #D6D30B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.16 |
| HSL | 59.11º | 0.9% | 0.44% | - |
| HSV(B) | 59.11º | 0.95% | 0.84% | - |
| XYZ | 51.09 | 60.91 | 9.38 | - |
| YUV | 189.1 | 27.49 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 11 | 0 | 0.01 | 0.95 | 0.16 | 59.11 | 0.9 | 0.44 |
| Hex | D6 | D3 | B | 0 | 1 | 5F | 10 | 3B | 5A | 2C |
| Octal | 326 | 323 | 13 | 0 | 1 | 137 | 20 | 73 | 132 | 54 |
| Binary | 11010110 | 11010011 | 1011 | 0 | 1 | 1011111 | 10000 | 111011 | 1011010 | 101100 |
Color Harmonies of #D6D30B
Complementary color
Monochromatic Colors of #D6D30B
Black with #D6D30B
Text Example
Text Example
White with #D6D30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D30B; }
p { color: rgb(214,211,11); }
H1.HeaderClassName
{
color: #D6D30B;
}
.AnyTagClassName
{
color: #D6D30B;
}
</style>
background-color css
<style>
a { background-color: #D6D30B; }
a { background-color: rgb(214,211,11); }
div.DivClassName
{
background-color: #D6D30B;
}
.BgClassName
{
background-color: #D6D30B;
}
</style>
border-color css
<style>
span { border-color: #D6D30B; }
span { border-color: rgb(214,211,11); }
td.TdClassName
{
border-color: #D6D30B;
}
.TagClassName
{
border-color: #D6D30B;
}
</style>