#D8DE5C

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

Shades of Manz #D8DE5C

Tints of Manz #D8DE5C

Color information

#D8DE5C (or 0xD8DE5C) is unknown color: approx Manz. HEX triplet: D8, DE and 5C. RGB value is (216,222,92). Sum of RGB (Red+Green+Blue) = 216+222+92=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DE5C is #2721A3. Grayscale: #CDCDCD. Windows color (decimal): -2564516 or 6086360. OLE color: 6086360.

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

Color convert

RGB21622292-
CMYK0.0300.590.13
HSL62.77º66.33%61.57%-
HSV(B)62.77º58.56%87.06%-
XYZ56.3767.6120.2-
YUV205.3964.01135.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.75%
GREEN value IS 222 (87.11% from 255) = 41.89%
BLUE value IS 92 (36.33% from 255) = 17.36%
R=40.75%
G=41.89%
B=17.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216222920.0300.590.1362.7766.3361.57
HexD8DE5C303BD3f423e
Octal3303361343073157710276
Binary1101100011011110101110011011101111011111111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DE5C; }

 p { color: rgb(216,222,92); }

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

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

 a { background-color: rgb(216,222,92); }

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

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

 span { border-color: rgb(216,222,92); }

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