#D3D55C

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

Shades of Manz #D3D55C

Tints of Manz #D3D55C

Color information

#D3D55C (or 0xD3D55C) is unknown color: approx Manz. HEX triplet: D3, D5 and 5C. RGB value is (211,213,92). Sum of RGB (Red+Green+Blue) = 211+213+92=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D55C is #2C2AA3. Grayscale: #C7C7C7. Windows color (decimal): -2894500 or 6084051. OLE color: 6084051.

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

Color convert

RGB21121392-
CMYK0.0100.570.16
HSL60.99º59.02%59.8%-
HSV(B)60.99º56.81%83.53%-
XYZ52.5962.2119.36-
YUV198.6167.84136.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.89%
GREEN value IS 213 (83.59% from 255) = 41.28%
BLUE value IS 92 (36.33% from 255) = 17.83%
R=40.89%
G=41.28%
B=17.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal211213920.0100.570.1660.9959.0259.8
HexD3D55C1039103d3b3c
Octal323325134107120757374
Binary110100111101010110111001011100110000111101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D55C; }

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

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

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

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

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

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

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

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