#d4cc5c

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

Shades of Manz #D4CC5C

Tints of Manz #D4CC5C

Color information

#D4CC5C (or 0xD4CC5C) is unknown color: approx Manz. HEX triplet: D4, CC and 5C. RGB value is (212,204,92). Sum of RGB (Red+Green+Blue) = 212+204+92=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC5C is #2B33A3. Grayscale: #C2C2C2. Windows color (decimal): -2831268 or 6081748. OLE color: 6081748.

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

Color convert

RGB21220492-
CMYK00.040.570.17
HSL56º58.25%59.61%-
HSV(B)56º56.6%83.14%-
XYZ50.6857.9618.64-
YUV193.6270.65141.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.73%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 92 (36.33% from 255) = 18.11%
R=41.73%
G=40.16%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122049200.040.570.175658.2559.61
HexD4CC5C043911383a3c
Octal324314134047121707274
Binary11010100110011001011100010011100110001111000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4cc5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4cc5c; }

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

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

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

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

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

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

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

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