Shades of Bird Flower #D6C915
Tints of Bird Flower #D6C915
RGB
CMYK
RGB Variations
Color information
#D6C915 (or 0xD6C915) is known color: Bird Flower. HEX triplet: D6, C9 and 15. RGB value is (214,201,21). Sum of RGB (Red+Green+Blue) = 214+201+21=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C915 is #2936EA. Grayscale: #B9B9B9. Windows color (decimal): -2701035 or 1427926. OLE color: 1427926.
HSL color Cylindrical-coordinate representation of color #D6C915: hue angle of 55.96º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6C915 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 21 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.16 |
| HSL | 55.96º | 0.82% | 0.46% | - |
| HSV(B) | 55.96º | 0.9% | 0.84% | - |
| XYZ | 48.75 | 56.12 | 8.97 | - |
| YUV | 184.37 | 35.81 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 21 | 0 | 0.06 | 0.90 | 0.16 | 55.96 | 0.82 | 0.46 |
| Hex | D6 | C9 | 15 | 0 | 6 | 5A | 10 | 38 | 52 | 2E |
| Octal | 326 | 311 | 25 | 0 | 6 | 132 | 20 | 70 | 122 | 56 |
| Binary | 11010110 | 11001001 | 10101 | 0 | 110 | 1011010 | 10000 | 111000 | 1010010 | 101110 |
Color Harmonies of #D6C915
Complementary color
Monochromatic Colors of #D6C915
Black with #D6C915
Text Example
Text Example
White with #D6C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C915; }
p { color: rgb(214,201,21); }
H1.HeaderClassName
{
color: #D6C915;
}
.AnyTagClassName
{
color: #D6C915;
}
</style>
background-color css
<style>
a { background-color: #D6C915; }
a { background-color: rgb(214,201,21); }
div.DivClassName
{
background-color: #D6C915;
}
.BgClassName
{
background-color: #D6C915;
}
</style>
border-color css
<style>
span { border-color: #D6C915; }
span { border-color: rgb(214,201,21); }
td.TdClassName
{
border-color: #D6C915;
}
.TagClassName
{
border-color: #D6C915;
}
</style>