Shades of Manz #D9CD61
Tints of Manz #D9CD61
RGB
CMYK
RGB Variations
Color information
#D9CD61 (or 0xD9CD61) is known color: Manz. HEX triplet: D9, CD and 61. RGB value is (217,205,97). Sum of RGB (Red+Green+Blue) = 217+205+97=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CD61 is #26329E. Grayscale: #C4C4C4. Windows color (decimal): -2503327 or 6409689. OLE color: 6409689.
HSL color Cylindrical-coordinate representation of color #D9CD61: hue angle of 54º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9CD61 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 205 | 97 | - |
CMYK | 0 | 0.06 | 0.55 | 0.15 |
HSL | 54º | 0.61% | 0.62% | - |
HSV(B) | 54º | 0.55% | 0.85% | - |
XYZ | 52.6 | 59.28 | 19.98 | - |
YUV | 196.28 | 71.98 | 142.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 205 | 97 | 0 | 0.06 | 0.55 | 0.15 | 54 | 0.61 | 0.62 |
Hex | D9 | CD | 61 | 0 | 6 | 37 | F | 36 | 3D | 3E |
Octal | 331 | 315 | 141 | 0 | 6 | 67 | 17 | 66 | 75 | 76 |
Binary | 11011001 | 11001101 | 1100001 | 0 | 110 | 110111 | 1111 | 110110 | 111101 | 111110 |
Color Harmonies of #D9CD61
Complementary color
Monochromatic Colors of #D9CD61
Black with #D9CD61
Text Example
Text Example
White with #D9CD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CD61; }
p { color: rgb(217,205,97); }
H1.HeaderClassName
{
color: #D9CD61;
}
.AnyTagClassName
{
color: #D9CD61;
}
</style>
background-color css
<style>
a { background-color: #D9CD61; }
a { background-color: rgb(217,205,97); }
div.DivClassName
{
background-color: #D9CD61;
}
.BgClassName
{
background-color: #D9CD61;
}
</style>
border-color css
<style>
span { border-color: #D9CD61; }
span { border-color: rgb(217,205,97); }
td.TdClassName
{
border-color: #D9CD61;
}
.TagClassName
{
border-color: #D9CD61;
}
</style>