#D8DA5D

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

Shades of Manz #D8DA5D

Tints of Manz #D8DA5D

Color information

#D8DA5D (or 0xD8DA5D) is unknown color: approx Manz. HEX triplet: D8, DA and 5D. RGB value is (216,218,93). Sum of RGB (Red+Green+Blue) = 216+218+93=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DA5D is #2725A2. Grayscale: #CBCBCB. Windows color (decimal): -2565539 or 6150872. OLE color: 6150872.

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

Color convert

RGB21621893-
CMYK0.0100.570.15
HSL60.96º62.81%60.98%-
HSV(B)60.96º57.34%85.49%-
XYZ55.3765.5320.09-
YUV203.1565.84137.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 218 (85.55% from 255) = 41.37%
BLUE value IS 93 (36.72% from 255) = 17.65%
R=40.99%
G=41.37%
B=17.65%

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
Decimal216218930.0100.570.1560.9662.8160.98
HexD8DA5D1039F3d3f3d
Octal330332135107117757775
Binary11011000110110101011101101110011111111101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DA5D; }

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

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

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

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

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

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

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

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