#DACD5A

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

Shades of Manz #DACD5A

Tints of Manz #DACD5A

Color information

#DACD5A (or 0xDACD5A) is unknown color: approx Manz. HEX triplet: DA, CD and 5A. RGB value is (218,205,90). Sum of RGB (Red+Green+Blue) = 218+205+90=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACD5A is #2532A5. Grayscale: #C4C4C4. Windows color (decimal): -2437798 or 5950938. OLE color: 5950938.

HSL color Cylindrical-coordinate representation of color #DACD5A: hue angle of 53.91º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DACD5A is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21820590-
CMYK00.060.590.15
HSL53.91º63.37%60.39%-
HSV(B)53.91º58.72%85.49%-
XYZ52.5959.3118.35-
YUV195.7868.31143.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 90 (35.55% from 255) = 17.54%
R=42.50%
G=39.96%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182059000.060.590.1553.9163.3760.39
HexDACD5A063BF363f3c
Octal332315132067317667774
Binary1101101011001101101101001101110111111110110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACD5A; }

 p { color: rgb(218,205,90); }

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

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

 a { background-color: rgb(218,205,90); }

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

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

 span { border-color: rgb(218,205,90); }

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