Shades of Manz #D5CE5A
Tints of Manz #D5CE5A
RGB
CMYK
RGB Variations
Color information
#D5CE5A (or 0xD5CE5A) is known color: Manz. HEX triplet: D5, CE and 5A. RGB value is (213,206,90). Sum of RGB (Red+Green+Blue) = 213+206+90=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE5A is #2A31A5. Grayscale: #C3C3C3. Windows color (decimal): -2765222 or 5951189. OLE color: 5951189.
HSL color Cylindrical-coordinate representation of color #D5CE5A: hue angle of 56.59º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5CE5A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 90 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.16 |
| HSL | 56.59º | 0.59% | 0.59% | - |
| HSV(B) | 56.59º | 0.58% | 0.84% | - |
| XYZ | 51.36 | 59.03 | 18.36 | - |
| YUV | 194.87 | 68.82 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 90 | 0 | 0.03 | 0.58 | 0.16 | 56.59 | 0.59 | 0.59 |
| Hex | D5 | CE | 5A | 0 | 3 | 3A | 10 | 39 | 3B | 3B |
| Octal | 325 | 316 | 132 | 0 | 3 | 72 | 20 | 71 | 73 | 73 |
| Binary | 11010101 | 11001110 | 1011010 | 0 | 11 | 111010 | 10000 | 111001 | 111011 | 111011 |
Color Harmonies of #D5CE5A
Complementary color
Monochromatic Colors of #D5CE5A
Black with #D5CE5A
Text Example
Text Example
White with #D5CE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE5A; }
p { color: rgb(213,206,90); }
H1.HeaderClassName
{
color: #D5CE5A;
}
.AnyTagClassName
{
color: #D5CE5A;
}
</style>
background-color css
<style>
a { background-color: #D5CE5A; }
a { background-color: rgb(213,206,90); }
div.DivClassName
{
background-color: #D5CE5A;
}
.BgClassName
{
background-color: #D5CE5A;
}
</style>
border-color css
<style>
span { border-color: #D5CE5A; }
span { border-color: rgb(213,206,90); }
td.TdClassName
{
border-color: #D5CE5A;
}
.TagClassName
{
border-color: #D5CE5A;
}
</style>