#D3D356

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

Shades of Manz #D3D356

Tints of Manz #D3D356

Color information

#D3D356 (or 0xD3D356) is unknown color: approx Manz. HEX triplet: D3, D3 and 56. RGB value is (211,211,86). Sum of RGB (Red+Green+Blue) = 211+211+86=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D356 is #2C2CA9. Grayscale: #C5C5C5. Windows color (decimal): -2895018 or 5690323. OLE color: 5690323.

HSL color Cylindrical-coordinate representation of color #D3D356: hue angle of 60º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3D356 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB21121186-
CMYK000.590.17
HSL60º58.69%58.24%-
HSV(B)60º59.24%82.75%-
XYZ51.8461.1117.87-
YUV196.7565.5138.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.54%
GREEN value IS 211 (82.81% from 255) = 41.54%
BLUE value IS 86 (33.98% from 255) = 16.93%
R=41.54%
G=41.54%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21121186000.590.176058.6958.24
HexD3D356003B113c3b3a
Octal323323126007321747372
Binary110100111101001110101100011101110001111100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D356; }

 p { color: rgb(211,211,86); }

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

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

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

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

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

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

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