Shades of Bird Flower #D5CF10
Tints of Bird Flower #D5CF10
RGB
CMYK
RGB Variations
Color information
#D5CF10 (or 0xD5CF10) is known color: Bird Flower. HEX triplet: D5, CF and 10. RGB value is (213,207,16). Sum of RGB (Red+Green+Blue) = 213+207+16=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CF10 is #2A30EF. Grayscale: #BBBBBB. Windows color (decimal): -2765040 or 1101781. OLE color: 1101781.
HSL color Cylindrical-coordinate representation of color #D5CF10: hue angle of 58.17º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5CF10 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 16 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.16 |
| HSL | 58.17º | 0.86% | 0.45% | - |
| HSV(B) | 58.17º | 0.92% | 0.84% | - |
| XYZ | 49.85 | 58.81 | 9.21 | - |
| YUV | 187.02 | 31.49 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 16 | 0 | 0.03 | 0.92 | 0.16 | 58.17 | 0.86 | 0.45 |
| Hex | D5 | CF | 10 | 0 | 3 | 5C | 10 | 3A | 56 | 2D |
| Octal | 325 | 317 | 20 | 0 | 3 | 134 | 20 | 72 | 126 | 55 |
| Binary | 11010101 | 11001111 | 10000 | 0 | 11 | 1011100 | 10000 | 111010 | 1010110 | 101101 |
Color Harmonies of #D5CF10
Complementary color
Monochromatic Colors of #D5CF10
Black with #D5CF10
Text Example
Text Example
White with #D5CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF10; }
p { color: rgb(213,207,16); }
H1.HeaderClassName
{
color: #D5CF10;
}
.AnyTagClassName
{
color: #D5CF10;
}
</style>
background-color css
<style>
a { background-color: #D5CF10; }
a { background-color: rgb(213,207,16); }
div.DivClassName
{
background-color: #D5CF10;
}
.BgClassName
{
background-color: #D5CF10;
}
</style>
border-color css
<style>
span { border-color: #D5CF10; }
span { border-color: rgb(213,207,16); }
td.TdClassName
{
border-color: #D5CF10;
}
.TagClassName
{
border-color: #D5CF10;
}
</style>