#D6D94D

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

Shades of Manz #D6D94D

Tints of Manz #D6D94D

Color information

#D6D94D (or 0xD6D94D) is unknown color: approx Manz. HEX triplet: D6, D9 and 4D. RGB value is (214,217,77). Sum of RGB (Red+Green+Blue) = 214+217+77=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D94D is #2926B2. Grayscale: #C8C8C8. Windows color (decimal): -2696883 or 5102038. OLE color: 5102038.

HSL color Cylindrical-coordinate representation of color #D6D94D: hue angle of 61.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6D94D is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21421777-
CMYK0.0100.650.15
HSL61.29º64.81%57.65%-
HSV(B)61.29º64.52%85.1%-
XYZ53.8864.4616.62-
YUV200.1458.51137.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 217 (85.16% from 255) = 42.72%
BLUE value IS 77 (30.47% from 255) = 15.16%
R=42.13%
G=42.72%
B=15.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214217770.0100.650.1561.2964.8157.65
HexD6D94D1041F3d413a
Octal32633111510101177510172
Binary1101011011011001100110110100000111111111011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D94D; }

 p { color: rgb(214,217,77); }

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

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

 a { background-color: rgb(214,217,77); }

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

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

 span { border-color: rgb(214,217,77); }

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