Shades of Bird Flower #D5C70C
Tints of Bird Flower #D5C70C
RGB
CMYK
RGB Variations
Color information
#D5C70C (or 0xD5C70C) is known color: Bird Flower. HEX triplet: D5, C7 and 0C. RGB value is (213,199,12). Sum of RGB (Red+Green+Blue) = 213+199+12=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C70C is #2A38F3. Grayscale: #B6B6B6. Windows color (decimal): -2767092 or 837589. OLE color: 837589.
HSL color Cylindrical-coordinate representation of color #D5C70C: hue angle of 55.82º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5C70C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 12 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.16 |
| HSL | 55.82º | 0.89% | 0.44% | - |
| HSV(B) | 55.82º | 0.94% | 0.84% | - |
| XYZ | 47.93 | 55.02 | 8.44 | - |
| YUV | 181.87 | 32.14 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 12 | 0 | 0.07 | 0.94 | 0.16 | 55.82 | 0.89 | 0.44 |
| Hex | D5 | C7 | C | 0 | 7 | 5E | 10 | 38 | 59 | 2C |
| Octal | 325 | 307 | 14 | 0 | 7 | 136 | 20 | 70 | 131 | 54 |
| Binary | 11010101 | 11000111 | 1100 | 0 | 111 | 1011110 | 10000 | 111000 | 1011001 | 101100 |
Color Harmonies of #D5C70C
Complementary color
Monochromatic Colors of #D5C70C
Black with #D5C70C
Text Example
Text Example
White with #D5C70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C70C; }
p { color: rgb(213,199,12); }
H1.HeaderClassName
{
color: #D5C70C;
}
.AnyTagClassName
{
color: #D5C70C;
}
</style>
background-color css
<style>
a { background-color: #D5C70C; }
a { background-color: rgb(213,199,12); }
div.DivClassName
{
background-color: #D5C70C;
}
.BgClassName
{
background-color: #D5C70C;
}
</style>
border-color css
<style>
span { border-color: #D5C70C; }
span { border-color: rgb(213,199,12); }
td.TdClassName
{
border-color: #D5C70C;
}
.TagClassName
{
border-color: #D5C70C;
}
</style>