#D4D55D

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

Shades of Manz #D4D55D

Tints of Manz #D4D55D

Color information

#D4D55D (or 0xD4D55D) is unknown color: approx Manz. HEX triplet: D4, D5 and 5D. RGB value is (212,213,93). Sum of RGB (Red+Green+Blue) = 212+213+93=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D55D is #2B2AA2. Grayscale: #C7C7C7. Windows color (decimal): -2828963 or 6149588. OLE color: 6149588.

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

Color convert

RGB21221393-
CMYK0.0000.560.16
HSL60.5º58.82%60%-
HSV(B)60.5º56.34%83.53%-
XYZ52.9262.3819.61-
YUV199.0268.17137.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 213 (83.59% from 255) = 41.12%
BLUE value IS 93 (36.72% from 255) = 17.95%
R=40.93%
G=41.12%
B=17.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212213930.0000.560.1660.558.8260
HexD4D55D0038103c3b3c
Octal324325135007020747374
Binary110101001101010110111010011100010000111100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D55D; }

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

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

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

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

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

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

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

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