Shades of Bird Flower #D5C60F
Tints of Bird Flower #D5C60F
RGB
CMYK
RGB Variations
Color information
#D5C60F (or 0xD5C60F) is known color: Bird Flower. HEX triplet: D5, C6 and 0F. RGB value is (213,198,15). Sum of RGB (Red+Green+Blue) = 213+198+15=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C60F is #2A39F0. Grayscale: #B6B6B6. Windows color (decimal): -2767345 or 1033941. OLE color: 1033941.
HSL color Cylindrical-coordinate representation of color #D5C60F: hue angle of 55.45º degrees, saturation: 0.87, 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 #D5C60F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 15 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.16 |
| HSL | 55.45º | 0.87% | 0.45% | - |
| HSV(B) | 55.45º | 0.93% | 0.84% | - |
| XYZ | 47.72 | 54.57 | 8.47 | - |
| YUV | 181.62 | 33.97 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 15 | 0 | 0.07 | 0.93 | 0.16 | 55.45 | 0.87 | 0.45 |
| Hex | D5 | C6 | F | 0 | 7 | 5D | 10 | 37 | 57 | 2D |
| Octal | 325 | 306 | 17 | 0 | 7 | 135 | 20 | 67 | 127 | 55 |
| Binary | 11010101 | 11000110 | 1111 | 0 | 111 | 1011101 | 10000 | 110111 | 1010111 | 101101 |
Color Harmonies of #D5C60F
Complementary color
Monochromatic Colors of #D5C60F
Black with #D5C60F
Text Example
Text Example
White with #D5C60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C60F; }
p { color: rgb(213,198,15); }
H1.HeaderClassName
{
color: #D5C60F;
}
.AnyTagClassName
{
color: #D5C60F;
}
</style>
background-color css
<style>
a { background-color: #D5C60F; }
a { background-color: rgb(213,198,15); }
div.DivClassName
{
background-color: #D5C60F;
}
.BgClassName
{
background-color: #D5C60F;
}
</style>
border-color css
<style>
span { border-color: #D5C60F; }
span { border-color: rgb(213,198,15); }
td.TdClassName
{
border-color: #D5C60F;
}
.TagClassName
{
border-color: #D5C60F;
}
</style>