Shades of Bird Flower #D7CA10
Tints of Bird Flower #D7CA10
RGB
CMYK
RGB Variations
Color information
#D7CA10 (or 0xD7CA10) is known color: Bird Flower. HEX triplet: D7, CA and 10. RGB value is (215,202,16). Sum of RGB (Red+Green+Blue) = 215+202+16=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CA10 is #2835EF. Grayscale: #B9B9B9. Windows color (decimal): -2635248 or 1100503. OLE color: 1100503.
HSL color Cylindrical-coordinate representation of color #D7CA10: hue angle of 56.08º 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 #D7CA10 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 202 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.16 |
| HSL | 56.08º | 0.86% | 0.45% | - |
| HSV(B) | 56.08º | 0.93% | 0.84% | - |
| XYZ | 49.24 | 56.73 | 8.84 | - |
| YUV | 184.68 | 32.81 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 16 | 0 | 0.06 | 0.93 | 0.16 | 56.08 | 0.86 | 0.45 |
| Hex | D7 | CA | 10 | 0 | 6 | 5D | 10 | 38 | 56 | 2D |
| Octal | 327 | 312 | 20 | 0 | 6 | 135 | 20 | 70 | 126 | 55 |
| Binary | 11010111 | 11001010 | 10000 | 0 | 110 | 1011101 | 10000 | 111000 | 1010110 | 101101 |
Color Harmonies of #D7CA10
Complementary color
Monochromatic Colors of #D7CA10
Black with #D7CA10
Text Example
Text Example
White with #D7CA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CA10; }
p { color: rgb(215,202,16); }
H1.HeaderClassName
{
color: #D7CA10;
}
.AnyTagClassName
{
color: #D7CA10;
}
</style>
background-color css
<style>
a { background-color: #D7CA10; }
a { background-color: rgb(215,202,16); }
div.DivClassName
{
background-color: #D7CA10;
}
.BgClassName
{
background-color: #D7CA10;
}
</style>
border-color css
<style>
span { border-color: #D7CA10; }
span { border-color: rgb(215,202,16); }
td.TdClassName
{
border-color: #D7CA10;
}
.TagClassName
{
border-color: #D7CA10;
}
</style>