#D3D45D

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

Shades of Manz #D3D45D

Tints of Manz #D3D45D

Color information

#D3D45D (or 0xD3D45D) is unknown color: approx Manz. HEX triplet: D3, D4 and 5D. RGB value is (211,212,93). Sum of RGB (Red+Green+Blue) = 211+212+93=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D45D is #2C2BA2. Grayscale: #C6C6C6. Windows color (decimal): -2894755 or 6149331. OLE color: 6149331.

HSL color Cylindrical-coordinate representation of color #D3D45D: hue angle of 60.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3D45D is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB21121293-
CMYK0.0000.560.17
HSL60.5º58.05%59.8%-
HSV(B)60.5º56.13%83.14%-
XYZ52.3861.7319.51-
YUV198.1468.67137.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.89%
GREEN value IS 212 (83.20% from 255) = 41.09%
BLUE value IS 93 (36.72% from 255) = 18.02%
R=40.89%
G=41.09%
B=18.02%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211212930.0000.560.1760.558.0559.8
HexD3D45D0038113d3a3c
Octal323324135007021757274
Binary110100111101010010111010011100010001111101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D45D; }

 p { color: rgb(211,212,93); }

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

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

 a { background-color: rgb(211,212,93); }

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

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

 span { border-color: rgb(211,212,93); }

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