#D4D05C

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

Shades of Manz #D4D05C

Tints of Manz #D4D05C

Color information

#D4D05C (or 0xD4D05C) is unknown color: approx Manz. HEX triplet: D4, D0 and 5C. RGB value is (212,208,92). Sum of RGB (Red+Green+Blue) = 212+208+92=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D05C is #2B2FA3. Grayscale: #C4C4C4. Windows color (decimal): -2830244 or 6082772. OLE color: 6082772.

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

Color convert

RGB21220892-
CMYK00.020.570.17
HSL58º58.25%59.61%-
HSV(B)58º56.6%83.14%-
XYZ51.6459.8818.96-
YUV195.9769.33139.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 208 (81.64% from 255) = 40.62%
BLUE value IS 92 (36.33% from 255) = 17.97%
R=41.41%
G=40.62%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122089200.020.570.175858.2559.61
HexD4D05C0239113a3a3c
Octal324320134027121727274
Binary1101010011010000101110001011100110001111010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D05C; }

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

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

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

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

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

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

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

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