#d6d356

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

Shades of Manz #D6D356

Tints of Manz #D6D356

Color information

#D6D356 (or 0xD6D356) is unknown color: approx Manz. HEX triplet: D6, D3 and 56. RGB value is (214,211,86). Sum of RGB (Red+Green+Blue) = 214+211+86=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D356 is #292CA9. Grayscale: #C6C6C6. Windows color (decimal): -2698410 or 5690326. OLE color: 5690326.

HSL color Cylindrical-coordinate representation of color #D6D356: hue angle of 58.59º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6D356 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21421186-
CMYK00.010.600.16
HSL58.59º60.95%58.82%-
HSV(B)58.59º59.81%83.92%-
XYZ52.7161.5617.91-
YUV197.6564.99139.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 211 (82.81% from 255) = 41.29%
BLUE value IS 86 (33.98% from 255) = 16.83%
R=41.88%
G=41.29%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142118600.010.600.1658.5960.9558.82
HexD6D356013C103b3d3b
Octal326323126017420737573
Binary110101101101001110101100111110010000111011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6d356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6d356; }

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

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

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

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

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

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

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

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