#D9D352

Color #D9D352 Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #D9D352

Tints of Manz #D9D352

Color information

#D9D352 (or 0xD9D352) is unknown color: approx Manz. HEX triplet: D9, D3 and 52. RGB value is (217,211,82). Sum of RGB (Red+Green+Blue) = 217+211+82=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 82 (32.42% from 255 or 16.08% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D352 is #262CAD. Grayscale: #C6C6C6. Windows color (decimal): -2501806 or 5428185. OLE color: 5428185.

HSL color Cylindrical-coordinate representation of color #D9D352: hue angle of 57.33º 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 #D9D352 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB21721182-
CMYK00.030.620.15
HSL57.33º63.98%58.63%-
HSV(B)57.33º62.21%85.1%-
XYZ53.4361.9517.12-
YUV198.0962.49141.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 42.55%
GREEN value IS 211 (82.81% from 255) = 41.37%
BLUE value IS 82 (32.42% from 255) = 16.08%
R=42.55%
G=41.37%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172118200.030.620.1557.3363.9858.63
HexD9D352033EF39403b
Octal3313231220376177110073
Binary1101100111010011101001001111111011111110011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D352; }

 p { color: rgb(217,211,82); }

 H1.HeaderClassName
 {
   color: #D9D352;
 }
 .AnyTagClassName
 {
   color: #D9D352;
 }
</style>
background-color css

<style>
 a { background-color: #D9D352; }

 a { background-color: rgb(217,211,82); }

 div.DivClassName
 {
   background-color: #D9D352;
 }
 .BgClassName
 {
   background-color: #D9D352;
 }
</style>
border-color css

<style>
 span { border-color: #D9D352; }

 span { border-color: rgb(217,211,82); }

 td.TdClassName
 {
   border-color: #D9D352;
 }
 .TagClassName
 {
   border-color: #D9D352;
 }
</style>