#D5D45C

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

Shades of Manz #D5D45C

Tints of Manz #D5D45C

Color information

#D5D45C (or 0xD5D45C) is unknown color: approx Manz. HEX triplet: D5, D4 and 5C. RGB value is (213,212,92). Sum of RGB (Red+Green+Blue) = 213+212+92=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D45C is #2A2BA3. Grayscale: #C7C7C7. Windows color (decimal): -2763684 or 6083797. OLE color: 6083797.

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

Color convert

RGB21321292-
CMYK00.000.570.16
HSL59.5º59.02%59.8%-
HSV(B)59.5º56.81%83.53%-
XYZ52.9262.0119.3-
YUV198.6267.83138.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 212 (83.20% from 255) = 41.01%
BLUE value IS 92 (36.33% from 255) = 17.79%
R=41.20%
G=41.01%
B=17.79%

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
Decimal2132129200.000.570.1659.559.0259.8
HexD5D45C0039103c3b3c
Octal325324134007120747374
Binary110101011101010010111000011100110000111100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D45C; }

 p { color: rgb(213,212,92); }

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

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

 a { background-color: rgb(213,212,92); }

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

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

 span { border-color: rgb(213,212,92); }

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