Shades of Manz #D2CE5D
Tints of Manz #D2CE5D
RGB
CMYK
RGB Variations
Color information
#D2CE5D (or 0xD2CE5D) is known color: Manz. HEX triplet: D2, CE and 5D. RGB value is (210,206,93). Sum of RGB (Red+Green+Blue) = 210+206+93=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CE5D is #2D31A2. Grayscale: #C2C2C2. Windows color (decimal): -2961827 or 6147794. OLE color: 6147794.
HSL color Cylindrical-coordinate representation of color #D2CE5D: hue angle of 57.95º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2CE5D is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 93 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.18 |
| HSL | 57.95º | 0.57% | 0.59% | - |
| HSV(B) | 57.95º | 0.56% | 0.82% | - |
| XYZ | 50.63 | 58.63 | 19.01 | - |
| YUV | 194.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 93 | 0 | 0.02 | 0.56 | 0.18 | 57.95 | 0.57 | 0.59 |
| Hex | D2 | CE | 5D | 0 | 2 | 38 | 12 | 3A | 39 | 3B |
| Octal | 322 | 316 | 135 | 0 | 2 | 70 | 22 | 72 | 71 | 73 |
| Binary | 11010010 | 11001110 | 1011101 | 0 | 10 | 111000 | 10010 | 111010 | 111001 | 111011 |
Color Harmonies of #D2CE5D
Complementary color
Monochromatic Colors of #D2CE5D
Black with #D2CE5D
Text Example
Text Example
White with #D2CE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CE5D; }
p { color: rgb(210,206,93); }
H1.HeaderClassName
{
color: #D2CE5D;
}
.AnyTagClassName
{
color: #D2CE5D;
}
</style>
background-color css
<style>
a { background-color: #D2CE5D; }
a { background-color: rgb(210,206,93); }
div.DivClassName
{
background-color: #D2CE5D;
}
.BgClassName
{
background-color: #D2CE5D;
}
</style>
border-color css
<style>
span { border-color: #D2CE5D; }
span { border-color: rgb(210,206,93); }
td.TdClassName
{
border-color: #D2CE5D;
}
.TagClassName
{
border-color: #D2CE5D;
}
</style>