Shades of Manz #D9CC5D
Tints of Manz #D9CC5D
RGB
CMYK
RGB Variations
Color information
#D9CC5D (or 0xD9CC5D) is known color: Manz. HEX triplet: D9, CC and 5D. RGB value is (217,204,93). Sum of RGB (Red+Green+Blue) = 217+204+93=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC5D is #2633A2. Grayscale: #C3C3C3. Windows color (decimal): -2503587 or 6147289. OLE color: 6147289.
HSL color Cylindrical-coordinate representation of color #D9CC5D: hue angle of 53.71º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9CC5D is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 204 | 93 | - |
CMYK | 0 | 0.06 | 0.57 | 0.15 |
HSL | 53.71º | 0.62% | 0.61% | - |
HSV(B) | 53.71º | 0.57% | 0.85% | - |
XYZ | 52.18 | 58.73 | 18.94 | - |
YUV | 195.23 | 70.31 | 143.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 204 | 93 | 0 | 0.06 | 0.57 | 0.15 | 53.71 | 0.62 | 0.61 |
Hex | D9 | CC | 5D | 0 | 6 | 39 | F | 36 | 3E | 3D |
Octal | 331 | 314 | 135 | 0 | 6 | 71 | 17 | 66 | 76 | 75 |
Binary | 11011001 | 11001100 | 1011101 | 0 | 110 | 111001 | 1111 | 110110 | 111110 | 111101 |
Color Harmonies of #D9CC5D
Complementary color
Monochromatic Colors of #D9CC5D
Black with #D9CC5D
Text Example
Text Example
White with #D9CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC5D; }
p { color: rgb(217,204,93); }
H1.HeaderClassName
{
color: #D9CC5D;
}
.AnyTagClassName
{
color: #D9CC5D;
}
</style>
background-color css
<style>
a { background-color: #D9CC5D; }
a { background-color: rgb(217,204,93); }
div.DivClassName
{
background-color: #D9CC5D;
}
.BgClassName
{
background-color: #D9CC5D;
}
</style>
border-color css
<style>
span { border-color: #D9CC5D; }
span { border-color: rgb(217,204,93); }
td.TdClassName
{
border-color: #D9CC5D;
}
.TagClassName
{
border-color: #D9CC5D;
}
</style>