Shades of Manz #D5CE5D
Tints of Manz #D5CE5D
RGB
CMYK
RGB Variations
Color information
#D5CE5D (or 0xD5CE5D) is known color: Manz. HEX triplet: D5, CE and 5D. RGB value is (213,206,93). Sum of RGB (Red+Green+Blue) = 213+206+93=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE5D is #2A31A2. Grayscale: #C3C3C3. Windows color (decimal): -2765219 or 6147797. OLE color: 6147797.
HSL color Cylindrical-coordinate representation of color #D5CE5D: hue angle of 56.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5CE5D is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 93 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.16 |
| HSL | 56.5º | 0.59% | 0.6% | - |
| HSV(B) | 56.5º | 0.56% | 0.84% | - |
| XYZ | 51.49 | 59.08 | 19.05 | - |
| YUV | 195.21 | 70.32 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 93 | 0 | 0.03 | 0.56 | 0.16 | 56.5 | 0.59 | 0.6 |
| Hex | D5 | CE | 5D | 0 | 3 | 38 | 10 | 38 | 3B | 3C |
| Octal | 325 | 316 | 135 | 0 | 3 | 70 | 20 | 70 | 73 | 74 |
| Binary | 11010101 | 11001110 | 1011101 | 0 | 11 | 111000 | 10000 | 111000 | 111011 | 111100 |
Color Harmonies of #D5CE5D
Complementary color
Monochromatic Colors of #D5CE5D
Black with #D5CE5D
Text Example
Text Example
White with #D5CE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE5D; }
p { color: rgb(213,206,93); }
H1.HeaderClassName
{
color: #D5CE5D;
}
.AnyTagClassName
{
color: #D5CE5D;
}
</style>
background-color css
<style>
a { background-color: #D5CE5D; }
a { background-color: rgb(213,206,93); }
div.DivClassName
{
background-color: #D5CE5D;
}
.BgClassName
{
background-color: #D5CE5D;
}
</style>
border-color css
<style>
span { border-color: #D5CE5D; }
span { border-color: rgb(213,206,93); }
td.TdClassName
{
border-color: #D5CE5D;
}
.TagClassName
{
border-color: #D5CE5D;
}
</style>