#D6D55D

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

Shades of Manz #D6D55D

Tints of Manz #D6D55D

Color information

#D6D55D (or 0xD6D55D) is unknown color: approx Manz. HEX triplet: D6, D5 and 5D. RGB value is (214,213,93). Sum of RGB (Red+Green+Blue) = 214+213+93=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D55D is #292AA2. Grayscale: #C8C8C8. Windows color (decimal): -2697891 or 6149590. OLE color: 6149590.

HSL color Cylindrical-coordinate representation of color #D6D55D: hue angle of 59.5º 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 #D6D55D is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21421393-
CMYK00.000.570.16
HSL59.5º59.61%60.2%-
HSV(B)59.5º56.54%83.92%-
XYZ53.562.6719.63-
YUV199.6267.83138.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 93 (36.72% from 255) = 17.88%
R=41.15%
G=40.96%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142139300.000.570.1659.559.6160.2
HexD6D55D0039103c3c3c
Octal326325135007120747474
Binary110101101101010110111010011100110000111100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D55D; }

 p { color: rgb(214,213,93); }

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

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

 a { background-color: rgb(214,213,93); }

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

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

 span { border-color: rgb(214,213,93); }

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