#D7DF5D

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

Shades of Manz #D7DF5D

Tints of Manz #D7DF5D

Color information

#D7DF5D (or 0xD7DF5D) is unknown color: approx Manz. HEX triplet: D7, DF and 5D. RGB value is (215,223,93). Sum of RGB (Red+Green+Blue) = 215+223+93=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DF5D is #2820A2. Grayscale: #CECECE. Windows color (decimal): -2629795 or 6152151. OLE color: 6152151.

HSL color Cylindrical-coordinate representation of color #D7DF5D: hue angle of 63.69º 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 #D7DF5D is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB21522393-
CMYK0.0400.580.13
HSL63.69º67.01%61.96%-
HSV(B)63.69º58.3%87.45%-
XYZ56.3968.0120.51-
YUV205.7964.35134.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 223 (87.5% from 255) = 42.00%
BLUE value IS 93 (36.72% from 255) = 17.51%
R=40.49%
G=42.00%
B=17.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal215223930.0400.580.1363.6967.0161.96
HexD7DF5D403AD40433e
Octal32733713540721510010376
Binary110101111101111110111011000111010110110000001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DF5D; }

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

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

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

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

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

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

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

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