Shades of Manz #D5D253
Tints of Manz #D5D253
RGB
CMYK
RGB Variations
Color information
#D5D253 (or 0xD5D253) is known color: Manz. HEX triplet: D5, D2 and 53. RGB value is (213,210,83). Sum of RGB (Red+Green+Blue) = 213+210+83=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D253 is #2A2DAC. Grayscale: #C4C4C4. Windows color (decimal): -2764205 or 5493461. OLE color: 5493461.
HSL color Cylindrical-coordinate representation of color #D5D253: hue angle of 58.62º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5D253 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 83 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.16 |
| HSL | 58.62º | 0.61% | 0.58% | - |
| HSV(B) | 58.62º | 0.61% | 0.84% | - |
| XYZ | 52.05 | 60.86 | 17.19 | - |
| YUV | 196.42 | 63.99 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 83 | 0 | 0.01 | 0.61 | 0.16 | 58.62 | 0.61 | 0.58 |
| Hex | D5 | D2 | 53 | 0 | 1 | 3D | 10 | 3B | 3D | 3A |
| Octal | 325 | 322 | 123 | 0 | 1 | 75 | 20 | 73 | 75 | 72 |
| Binary | 11010101 | 11010010 | 1010011 | 0 | 1 | 111101 | 10000 | 111011 | 111101 | 111010 |
Color Harmonies of #D5D253
Complementary color
Monochromatic Colors of #D5D253
Black with #D5D253
Text Example
Text Example
White with #D5D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D253; }
p { color: rgb(213,210,83); }
H1.HeaderClassName
{
color: #D5D253;
}
.AnyTagClassName
{
color: #D5D253;
}
</style>
background-color css
<style>
a { background-color: #D5D253; }
a { background-color: rgb(213,210,83); }
div.DivClassName
{
background-color: #D5D253;
}
.BgClassName
{
background-color: #D5D253;
}
</style>
border-color css
<style>
span { border-color: #D5D253; }
span { border-color: rgb(213,210,83); }
td.TdClassName
{
border-color: #D5D253;
}
.TagClassName
{
border-color: #D5D253;
}
</style>