#D8DF5D

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

Shades of Manz #D8DF5D

Tints of Manz #D8DF5D

Color information

#D8DF5D (or 0xD8DF5D) is unknown color: approx Manz. HEX triplet: D8, DF and 5D. RGB value is (216,223,93). Sum of RGB (Red+Green+Blue) = 216+223+93=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DF5D is #2720A2. Grayscale: #CECECE. Windows color (decimal): -2564259 or 6152152. OLE color: 6152152.

HSL color Cylindrical-coordinate representation of color #D8DF5D: hue angle of 63.23º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8DF5D is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB21622393-
CMYK0.0300.580.13
HSL63.23º67.01%61.96%-
HSV(B)63.23º58.3%87.45%-
XYZ56.6868.1620.53-
YUV206.0964.18135.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 223 (87.5% from 255) = 41.92%
BLUE value IS 93 (36.72% from 255) = 17.48%
R=40.60%
G=41.92%
B=17.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216223930.0300.580.1363.2367.0161.96
HexD8DF5D303AD3f433e
Octal3303371353072157710376
Binary1101100011011111101110111011101011011111111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DF5D; }

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

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

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

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

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

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

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

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