Shades of Bird Flower #D6CF10
Tints of Bird Flower #D6CF10
RGB
CMYK
RGB Variations
Color information
#D6CF10 (or 0xD6CF10) is known color: Bird Flower. HEX triplet: D6, CF and 10. RGB value is (214,207,16). Sum of RGB (Red+Green+Blue) = 214+207+16=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CF10 is #2930EF. Grayscale: #BCBCBC. Windows color (decimal): -2699504 or 1101782. OLE color: 1101782.
HSL color Cylindrical-coordinate representation of color #D6CF10: hue angle of 57.88º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6CF10 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 16 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.16 |
| HSL | 57.88º | 0.86% | 0.45% | - |
| HSV(B) | 57.88º | 0.93% | 0.84% | - |
| XYZ | 50.14 | 58.96 | 9.23 | - |
| YUV | 187.32 | 31.32 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 16 | 0 | 0.03 | 0.93 | 0.16 | 57.88 | 0.86 | 0.45 |
| Hex | D6 | CF | 10 | 0 | 3 | 5D | 10 | 3A | 56 | 2D |
| Octal | 326 | 317 | 20 | 0 | 3 | 135 | 20 | 72 | 126 | 55 |
| Binary | 11010110 | 11001111 | 10000 | 0 | 11 | 1011101 | 10000 | 111010 | 1010110 | 101101 |
Color Harmonies of #D6CF10
Complementary color
Monochromatic Colors of #D6CF10
Black with #D6CF10
Text Example
Text Example
White with #D6CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF10; }
p { color: rgb(214,207,16); }
H1.HeaderClassName
{
color: #D6CF10;
}
.AnyTagClassName
{
color: #D6CF10;
}
</style>
background-color css
<style>
a { background-color: #D6CF10; }
a { background-color: rgb(214,207,16); }
div.DivClassName
{
background-color: #D6CF10;
}
.BgClassName
{
background-color: #D6CF10;
}
</style>
border-color css
<style>
span { border-color: #D6CF10; }
span { border-color: rgb(214,207,16); }
td.TdClassName
{
border-color: #D6CF10;
}
.TagClassName
{
border-color: #D6CF10;
}
</style>