#D6D15C

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

Shades of Manz #D6D15C

Tints of Manz #D6D15C

Color information

#D6D15C (or 0xD6D15C) is unknown color: approx Manz. HEX triplet: D6, D1 and 5C. RGB value is (214,209,92). Sum of RGB (Red+Green+Blue) = 214+209+92=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D15C is #292EA3. Grayscale: #C5C5C5. Windows color (decimal): -2698916 or 6083030. OLE color: 6083030.

HSL color Cylindrical-coordinate representation of color #D6D15C: hue angle of 57.54º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6D15C is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21420992-
CMYK00.020.570.16
HSL57.54º59.8%60%-
HSV(B)57.54º57.01%83.92%-
XYZ52.4660.6719.07-
YUV197.1668.66140.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.55%
GREEN value IS 209 (82.03% from 255) = 40.58%
BLUE value IS 92 (36.33% from 255) = 17.86%
R=41.55%
G=40.58%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142099200.020.570.1657.5459.860
HexD6D15C0239103a3c3c
Octal326321134027120727474
Binary1101011011010001101110001011100110000111010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D15C; }

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

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

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

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

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

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

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

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