Shades of Manz #DCD84B
Tints of Manz #DCD84B
RGB
CMYK
RGB Variations
Color information
#DCD84B (or 0xDCD84B) is known color: Manz. HEX triplet: DC, D8 and 4B. RGB value is (220,216,75). Sum of RGB (Red+Green+Blue) = 220+216+75=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD84B is #2327B4. Grayscale: #C9C9C9. Windows color (decimal): -2303925 or 4970716. OLE color: 4970716.
HSL color Cylindrical-coordinate representation of color #DCD84B: hue angle of 58.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCD84B is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 75 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.14 |
| HSL | 58.34º | 0.67% | 0.58% | - |
| HSV(B) | 58.34º | 0.66% | 0.86% | - |
| XYZ | 55.34 | 64.84 | 16.25 | - |
| YUV | 201.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 75 | 0 | 0.02 | 0.66 | 0.14 | 58.34 | 0.67 | 0.58 |
| Hex | DC | D8 | 4B | 0 | 2 | 42 | E | 3A | 43 | 3A |
| Octal | 334 | 330 | 113 | 0 | 2 | 102 | 16 | 72 | 103 | 72 |
| Binary | 11011100 | 11011000 | 1001011 | 0 | 10 | 1000010 | 1110 | 111010 | 1000011 | 111010 |
Color Harmonies of #DCD84B
Complementary color
Monochromatic Colors of #DCD84B
Black with #DCD84B
Text Example
Text Example
White with #DCD84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD84B; }
p { color: rgb(220,216,75); }
H1.HeaderClassName
{
color: #DCD84B;
}
.AnyTagClassName
{
color: #DCD84B;
}
</style>
background-color css
<style>
a { background-color: #DCD84B; }
a { background-color: rgb(220,216,75); }
div.DivClassName
{
background-color: #DCD84B;
}
.BgClassName
{
background-color: #DCD84B;
}
</style>
border-color css
<style>
span { border-color: #DCD84B; }
span { border-color: rgb(220,216,75); }
td.TdClassName
{
border-color: #DCD84B;
}
.TagClassName
{
border-color: #DCD84B;
}
</style>