#D7D95D

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

Shades of Manz #D7D95D

Tints of Manz #D7D95D

Color information

#D7D95D (or 0xD7D95D) is unknown color: approx Manz. HEX triplet: D7, D9 and 5D. RGB value is (215,217,93). Sum of RGB (Red+Green+Blue) = 215+217+93=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D95D is #2826A2. Grayscale: #CACACA. Windows color (decimal): -2631331 or 6150615. OLE color: 6150615.

HSL color Cylindrical-coordinate representation of color #D7D95D: hue angle of 60.97º degrees, saturation: 0.62, 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 #D7D95D is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21521793-
CMYK0.0100.570.15
HSL60.97º62%60.78%-
HSV(B)60.97º57.14%85.1%-
XYZ54.8164.8619.99-
YUV202.2766.34137.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 93 (36.72% from 255) = 17.71%
R=40.95%
G=41.33%
B=17.71%

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
Decimal215217930.0100.570.1560.976260.78
HexD7D95D1039F3d3e3d
Octal327331135107117757675
Binary11010111110110011011101101110011111111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D95D; }

 p { color: rgb(215,217,93); }

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

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

 a { background-color: rgb(215,217,93); }

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

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

 span { border-color: rgb(215,217,93); }

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