Shades of Bird Flower #D5CA07
Tints of Bird Flower #D5CA07
RGB
CMYK
RGB Variations
Color information
#D5CA07 (or 0xD5CA07) is known color: Bird Flower. HEX triplet: D5, CA and 07. RGB value is (213,202,7). Sum of RGB (Red+Green+Blue) = 213+202+7=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CA07 is #2A35F8. Grayscale: #B7B7B7. Windows color (decimal): -2766329 or 510677. OLE color: 510677.
HSL color Cylindrical-coordinate representation of color #D5CA07: hue angle of 56.8º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5CA07 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 7 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.16 |
| HSL | 56.8º | 0.94% | 0.43% | - |
| HSV(B) | 56.8º | 0.97% | 0.84% | - |
| XYZ | 48.6 | 56.4 | 8.53 | - |
| YUV | 183.06 | 28.64 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 7 | 0 | 0.05 | 0.97 | 0.16 | 56.8 | 0.94 | 0.43 |
| Hex | D5 | CA | 7 | 0 | 5 | 61 | 10 | 39 | 5E | 2B |
| Octal | 325 | 312 | 7 | 0 | 5 | 141 | 20 | 71 | 136 | 53 |
| Binary | 11010101 | 11001010 | 111 | 0 | 101 | 1100001 | 10000 | 111001 | 1011110 | 101011 |
Color Harmonies of #D5CA07
Complementary color
Monochromatic Colors of #D5CA07
Black with #D5CA07
Text Example
Text Example
White with #D5CA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA07; }
p { color: rgb(213,202,7); }
H1.HeaderClassName
{
color: #D5CA07;
}
.AnyTagClassName
{
color: #D5CA07;
}
</style>
background-color css
<style>
a { background-color: #D5CA07; }
a { background-color: rgb(213,202,7); }
div.DivClassName
{
background-color: #D5CA07;
}
.BgClassName
{
background-color: #D5CA07;
}
</style>
border-color css
<style>
span { border-color: #D5CA07; }
span { border-color: rgb(213,202,7); }
td.TdClassName
{
border-color: #D5CA07;
}
.TagClassName
{
border-color: #D5CA07;
}
</style>