Shades of Manz #D5CE5F
Tints of Manz #D5CE5F
RGB
CMYK
RGB Variations
Color information
#D5CE5F (or 0xD5CE5F) is known color: Manz. HEX triplet: D5, CE and 5F. RGB value is (213,206,95). Sum of RGB (Red+Green+Blue) = 213+206+95=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE5F is #2A31A0. Grayscale: #C3C3C3. Windows color (decimal): -2765217 or 6278869. OLE color: 6278869.
HSL color Cylindrical-coordinate representation of color #D5CE5F: hue angle of 56.44º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5CE5F is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 95 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.16 |
| HSL | 56.44º | 0.58% | 0.6% | - |
| HSV(B) | 56.44º | 0.55% | 0.84% | - |
| XYZ | 51.58 | 59.11 | 19.52 | - |
| YUV | 195.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 95 | 0 | 0.03 | 0.55 | 0.16 | 56.44 | 0.58 | 0.6 |
| Hex | D5 | CE | 5F | 0 | 3 | 37 | 10 | 38 | 3A | 3C |
| Octal | 325 | 316 | 137 | 0 | 3 | 67 | 20 | 70 | 72 | 74 |
| Binary | 11010101 | 11001110 | 1011111 | 0 | 11 | 110111 | 10000 | 111000 | 111010 | 111100 |
Color Harmonies of #D5CE5F
Complementary color
Monochromatic Colors of #D5CE5F
Black with #D5CE5F
Text Example
Text Example
White with #D5CE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE5F; }
p { color: rgb(213,206,95); }
H1.HeaderClassName
{
color: #D5CE5F;
}
.AnyTagClassName
{
color: #D5CE5F;
}
</style>
background-color css
<style>
a { background-color: #D5CE5F; }
a { background-color: rgb(213,206,95); }
div.DivClassName
{
background-color: #D5CE5F;
}
.BgClassName
{
background-color: #D5CE5F;
}
</style>
border-color css
<style>
span { border-color: #D5CE5F; }
span { border-color: rgb(213,206,95); }
td.TdClassName
{
border-color: #D5CE5F;
}
.TagClassName
{
border-color: #D5CE5F;
}
</style>