Shades of Manz #D2D74D
Tints of Manz #D2D74D
RGB
CMYK
RGB Variations
Color information
#D2D74D (or 0xD2D74D) is known color: Manz. HEX triplet: D2, D7 and 4D. RGB value is (210,215,77). Sum of RGB (Red+Green+Blue) = 210+215+77=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D74D is #2D28B2. Grayscale: #C6C6C6. Windows color (decimal): -2959539 or 5101522. OLE color: 5101522.
HSL color Cylindrical-coordinate representation of color #D2D74D: hue angle of 62.17º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2D74D is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 77 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.16 |
| HSL | 62.17º | 0.63% | 0.57% | - |
| HSV(B) | 62.17º | 0.64% | 0.84% | - |
| XYZ | 52.22 | 62.84 | 16.4 | - |
| YUV | 197.77 | 59.84 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 77 | 0.02 | 0 | 0.64 | 0.16 | 62.17 | 0.63 | 0.57 |
| Hex | D2 | D7 | 4D | 2 | 0 | 40 | 10 | 3E | 3F | 39 |
| Octal | 322 | 327 | 115 | 2 | 0 | 100 | 20 | 76 | 77 | 71 |
| Binary | 11010010 | 11010111 | 1001101 | 10 | 0 | 1000000 | 10000 | 111110 | 111111 | 111001 |
Color Harmonies of #D2D74D
Complementary color
Monochromatic Colors of #D2D74D
Black with #D2D74D
Text Example
Text Example
White with #D2D74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D74D; }
p { color: rgb(210,215,77); }
H1.HeaderClassName
{
color: #D2D74D;
}
.AnyTagClassName
{
color: #D2D74D;
}
</style>
background-color css
<style>
a { background-color: #D2D74D; }
a { background-color: rgb(210,215,77); }
div.DivClassName
{
background-color: #D2D74D;
}
.BgClassName
{
background-color: #D2D74D;
}
</style>
border-color css
<style>
span { border-color: #D2D74D; }
span { border-color: rgb(210,215,77); }
td.TdClassName
{
border-color: #D2D74D;
}
.TagClassName
{
border-color: #D2D74D;
}
</style>