#D4D55C

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

Shades of Manz #D4D55C

Tints of Manz #D4D55C

Color information

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

HSL color Cylindrical-coordinate representation of color #D4D55C: 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.57%. Process color model (Four color, CMYK) of #D4D55C is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21221392-
CMYK0.0000.570.16
HSL60.5º59.02%59.8%-
HSV(B)60.5º56.81%83.53%-
XYZ52.8862.3619.37-
YUV198.9167.67137.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212213920.0000.570.1660.559.0259.8
HexD4D55C0039103c3b3c
Octal324325134007120747374
Binary110101001101010110111000011100110000111100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D55C; }

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

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

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

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

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

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

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

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