Shades of Manz #D3DC5C
Tints of Manz #D3DC5C
RGB
CMYK
RGB Variations
Color information
#D3DC5C (or 0xD3DC5C) is known color: Manz. HEX triplet: D3, DC and 5C. RGB value is (211,220,92). Sum of RGB (Red+Green+Blue) = 211+220+92=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC5C is #2C23A3. Grayscale: #CBCBCB. Windows color (decimal): -2892708 or 6085843. OLE color: 6085843.
HSL color Cylindrical-coordinate representation of color #D3DC5C: hue angle of 64.22º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D3DC5C is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 92 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.14 |
| HSL | 64.22º | 0.65% | 0.61% | - |
| HSV(B) | 64.22º | 0.58% | 0.86% | - |
| XYZ | 54.39 | 65.81 | 19.96 | - |
| YUV | 202.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 92 | 0.04 | 0 | 0.58 | 0.14 | 64.22 | 0.65 | 0.61 |
| Hex | D3 | DC | 5C | 4 | 0 | 3A | E | 40 | 41 | 3D |
| Octal | 323 | 334 | 134 | 4 | 0 | 72 | 16 | 100 | 101 | 75 |
| Binary | 11010011 | 11011100 | 1011100 | 100 | 0 | 111010 | 1110 | 1000000 | 1000001 | 111101 |
Color Harmonies of #D3DC5C
Complementary color
Monochromatic Colors of #D3DC5C
Black with #D3DC5C
Text Example
Text Example
White with #D3DC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DC5C; }
p { color: rgb(211,220,92); }
H1.HeaderClassName
{
color: #D3DC5C;
}
.AnyTagClassName
{
color: #D3DC5C;
}
</style>
background-color css
<style>
a { background-color: #D3DC5C; }
a { background-color: rgb(211,220,92); }
div.DivClassName
{
background-color: #D3DC5C;
}
.BgClassName
{
background-color: #D3DC5C;
}
</style>
border-color css
<style>
span { border-color: #D3DC5C; }
span { border-color: rgb(211,220,92); }
td.TdClassName
{
border-color: #D3DC5C;
}
.TagClassName
{
border-color: #D3DC5C;
}
</style>