Shades of Manz #DDCB5C
Tints of Manz #DDCB5C
RGB
CMYK
RGB Variations
Color information
#DDCB5C (or 0xDDCB5C) is known color: Manz. HEX triplet: DD, CB and 5C. RGB value is (221,203,92). Sum of RGB (Red+Green+Blue) = 221+203+92=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB5C is #2234A3. Grayscale: #C4C4C4. Windows color (decimal): -2241700 or 6081501. OLE color: 6081501.
HSL color Cylindrical-coordinate representation of color #DDCB5C: hue angle of 51.63º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDCB5C is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 92 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.13 |
| HSL | 51.63º | 0.65% | 0.61% | - |
| HSV(B) | 51.63º | 0.58% | 0.87% | - |
| XYZ | 53.11 | 58.86 | 18.69 | - |
| YUV | 195.73 | 69.46 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 92 | 0 | 0.08 | 0.58 | 0.13 | 51.63 | 0.65 | 0.61 |
| Hex | DD | CB | 5C | 0 | 8 | 3A | D | 34 | 41 | 3D |
| Octal | 335 | 313 | 134 | 0 | 10 | 72 | 15 | 64 | 101 | 75 |
| Binary | 11011101 | 11001011 | 1011100 | 0 | 1000 | 111010 | 1101 | 110100 | 1000001 | 111101 |
Color Harmonies of #DDCB5C
Complementary color
Monochromatic Colors of #DDCB5C
Black with #DDCB5C
Text Example
Text Example
White with #DDCB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB5C; }
p { color: rgb(221,203,92); }
H1.HeaderClassName
{
color: #DDCB5C;
}
.AnyTagClassName
{
color: #DDCB5C;
}
</style>
background-color css
<style>
a { background-color: #DDCB5C; }
a { background-color: rgb(221,203,92); }
div.DivClassName
{
background-color: #DDCB5C;
}
.BgClassName
{
background-color: #DDCB5C;
}
</style>
border-color css
<style>
span { border-color: #DDCB5C; }
span { border-color: rgb(221,203,92); }
td.TdClassName
{
border-color: #DDCB5C;
}
.TagClassName
{
border-color: #DDCB5C;
}
</style>