Shades of Bird Flower #D5C60C
Tints of Bird Flower #D5C60C
RGB
CMYK
RGB Variations
Color information
#D5C60C (or 0xD5C60C) is known color: Bird Flower. HEX triplet: D5, C6 and 0C. RGB value is (213,198,12). Sum of RGB (Red+Green+Blue) = 213+198+12=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C60C is #2A39F3. Grayscale: #B6B6B6. Windows color (decimal): -2767348 or 837333. OLE color: 837333.
HSL color Cylindrical-coordinate representation of color #D5C60C: hue angle of 55.52º 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 #D5C60C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 12 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.16 |
| HSL | 55.52º | 0.89% | 0.44% | - |
| HSV(B) | 55.52º | 0.94% | 0.84% | - |
| XYZ | 47.7 | 54.56 | 8.37 | - |
| YUV | 181.28 | 32.47 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 12 | 0 | 0.07 | 0.94 | 0.16 | 55.52 | 0.89 | 0.44 |
| Hex | D5 | C6 | C | 0 | 7 | 5E | 10 | 38 | 59 | 2C |
| Octal | 325 | 306 | 14 | 0 | 7 | 136 | 20 | 70 | 131 | 54 |
| Binary | 11010101 | 11000110 | 1100 | 0 | 111 | 1011110 | 10000 | 111000 | 1011001 | 101100 |
Color Harmonies of #D5C60C
Complementary color
Monochromatic Colors of #D5C60C
Black with #D5C60C
Text Example
Text Example
White with #D5C60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C60C; }
p { color: rgb(213,198,12); }
H1.HeaderClassName
{
color: #D5C60C;
}
.AnyTagClassName
{
color: #D5C60C;
}
</style>
background-color css
<style>
a { background-color: #D5C60C; }
a { background-color: rgb(213,198,12); }
div.DivClassName
{
background-color: #D5C60C;
}
.BgClassName
{
background-color: #D5C60C;
}
</style>
border-color css
<style>
span { border-color: #D5C60C; }
span { border-color: rgb(213,198,12); }
td.TdClassName
{
border-color: #D5C60C;
}
.TagClassName
{
border-color: #D5C60C;
}
</style>