#D6DF5C

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

Shades of Manz #D6DF5C

Tints of Manz #D6DF5C

Color information

#D6DF5C (or 0xD6DF5C) is unknown color: approx Manz. HEX triplet: D6, DF and 5C. RGB value is (214,223,92). Sum of RGB (Red+Green+Blue) = 214+223+92=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DF5C is #2920A3. Grayscale: #CDCDCD. Windows color (decimal): -2695332 or 6086614. OLE color: 6086614.

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

Color convert

RGB21422392-
CMYK0.0400.590.13
HSL64.12º67.18%61.76%-
HSV(B)64.12º58.74%87.45%-
XYZ56.0567.8420.27-
YUV205.3764.02134.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 92 (36.33% from 255) = 17.39%
R=40.45%
G=42.16%
B=17.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214223920.0400.590.1364.1267.1861.76
HexD6DF5C403BD40433e
Octal32633713440731510010376
Binary110101101101111110111001000111011110110000001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DF5C; }

 p { color: rgb(214,223,92); }

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

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

 a { background-color: rgb(214,223,92); }

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

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

 span { border-color: rgb(214,223,92); }

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