#D6D156

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

Shades of Manz #D6D156

Tints of Manz #D6D156

Color information

#D6D156 (or 0xD6D156) is unknown color: approx Manz. HEX triplet: D6, D1 and 56. RGB value is (214,209,86). Sum of RGB (Red+Green+Blue) = 214+209+86=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D156 is #292EA9. Grayscale: #C4C4C4. Windows color (decimal): -2698922 or 5689814. OLE color: 5689814.

HSL color Cylindrical-coordinate representation of color #D6D156: hue angle of 57.66º 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 #D6D156 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21420986-
CMYK00.020.600.16
HSL57.66º60.95%58.82%-
HSV(B)57.66º59.81%83.92%-
XYZ52.2160.5717.74-
YUV196.4765.66140.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 209 (82.03% from 255) = 41.06%
BLUE value IS 86 (33.98% from 255) = 16.90%
R=42.04%
G=41.06%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142098600.020.600.1657.6660.9558.82
HexD6D156023C103a3d3b
Octal326321126027420727573
Binary1101011011010001101011001011110010000111010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D156; }

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

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

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

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

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

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

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

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