Shades of Bird Flower #D5C407
Tints of Bird Flower #D5C407
RGB
CMYK
RGB Variations
Color information
#D5C407 (or 0xD5C407) is known color: Bird Flower. HEX triplet: D5, C4 and 07. RGB value is (213,196,7). Sum of RGB (Red+Green+Blue) = 213+196+7=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C407 is #2A3BF8. Grayscale: #B4B4B4. Windows color (decimal): -2767865 or 509141. OLE color: 509141.
HSL color Cylindrical-coordinate representation of color #D5C407: hue angle of 55.05º 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 #D5C407 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 196 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.16 |
| HSL | 55.05º | 0.94% | 0.43% | - |
| HSV(B) | 55.05º | 0.97% | 0.84% | - |
| XYZ | 47.22 | 53.64 | 8.07 | - |
| YUV | 179.54 | 30.63 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 196 | 7 | 0 | 0.08 | 0.97 | 0.16 | 55.05 | 0.94 | 0.43 |
| Hex | D5 | C4 | 7 | 0 | 8 | 61 | 10 | 37 | 5E | 2B |
| Octal | 325 | 304 | 7 | 0 | 10 | 141 | 20 | 67 | 136 | 53 |
| Binary | 11010101 | 11000100 | 111 | 0 | 1000 | 1100001 | 10000 | 110111 | 1011110 | 101011 |
Color Harmonies of #D5C407
Complementary color
Monochromatic Colors of #D5C407
Black with #D5C407
Text Example
Text Example
White with #D5C407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C407; }
p { color: rgb(213,196,7); }
H1.HeaderClassName
{
color: #D5C407;
}
.AnyTagClassName
{
color: #D5C407;
}
</style>
background-color css
<style>
a { background-color: #D5C407; }
a { background-color: rgb(213,196,7); }
div.DivClassName
{
background-color: #D5C407;
}
.BgClassName
{
background-color: #D5C407;
}
</style>
border-color css
<style>
span { border-color: #D5C407; }
span { border-color: rgb(213,196,7); }
td.TdClassName
{
border-color: #D5C407;
}
.TagClassName
{
border-color: #D5C407;
}
</style>