Shades of Manz #D9D652
Tints of Manz #D9D652
RGB
CMYK
RGB Variations
Color information
#D9D652 (or 0xD9D652) is known color: Manz. HEX triplet: D9, D6 and 52. RGB value is (217,214,82). Sum of RGB (Red+Green+Blue) = 217+214+82=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D652 is #2629AD. Grayscale: #C8C8C8. Windows color (decimal): -2501038 or 5428953. OLE color: 5428953.
HSL color Cylindrical-coordinate representation of color #D9D652: hue angle of 58.67º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9D652 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 214 | 82 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.15 |
| HSL | 58.67º | 0.64% | 0.59% | - |
| HSV(B) | 58.67º | 0.62% | 0.85% | - |
| XYZ | 54.18 | 63.45 | 17.37 | - |
| YUV | 199.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 82 | 0 | 0.01 | 0.62 | 0.15 | 58.67 | 0.64 | 0.59 |
| Hex | D9 | D6 | 52 | 0 | 1 | 3E | F | 3B | 40 | 3B |
| Octal | 331 | 326 | 122 | 0 | 1 | 76 | 17 | 73 | 100 | 73 |
| Binary | 11011001 | 11010110 | 1010010 | 0 | 1 | 111110 | 1111 | 111011 | 1000000 | 111011 |
Color Harmonies of #D9D652
Complementary color
Monochromatic Colors of #D9D652
Black with #D9D652
Text Example
Text Example
White with #D9D652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D652; }
p { color: rgb(217,214,82); }
H1.HeaderClassName
{
color: #D9D652;
}
.AnyTagClassName
{
color: #D9D652;
}
</style>
background-color css
<style>
a { background-color: #D9D652; }
a { background-color: rgb(217,214,82); }
div.DivClassName
{
background-color: #D9D652;
}
.BgClassName
{
background-color: #D9D652;
}
</style>
border-color css
<style>
span { border-color: #D9D652; }
span { border-color: rgb(217,214,82); }
td.TdClassName
{
border-color: #D9D652;
}
.TagClassName
{
border-color: #D9D652;
}
</style>