#D6D85D

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

Shades of Manz #D6D85D

Tints of Manz #D6D85D

Color information

#D6D85D (or 0xD6D85D) is unknown color: approx Manz. HEX triplet: D6, D8 and 5D. RGB value is (214,216,93). Sum of RGB (Red+Green+Blue) = 214+216+93=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D85D is #2927A2. Grayscale: #C9C9C9. Windows color (decimal): -2697123 or 6150358. OLE color: 6150358.

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

Color convert

RGB21421693-
CMYK0.0100.570.15
HSL60.98º61.19%60.59%-
HSV(B)60.98º56.94%84.71%-
XYZ54.2664.219.89-
YUV201.3866.84137-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 216 (84.77% from 255) = 41.30%
BLUE value IS 93 (36.72% from 255) = 17.78%
R=40.92%
G=41.30%
B=17.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214216930.0100.570.1560.9861.1960.59
HexD6D85D1039F3d3d3d
Octal326330135107117757575
Binary11010110110110001011101101110011111111101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D85D; }

 p { color: rgb(214,216,93); }

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

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

 a { background-color: rgb(214,216,93); }

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

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

 span { border-color: rgb(214,216,93); }

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