#DAC57D

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

Shades of Sandwisp #DAC57D

Tints of Sandwisp #DAC57D

Color information

#DAC57D (or 0xDAC57D) is unknown color: approx Sandwisp. HEX triplet: DA, C5 and 7D. RGB value is (218,197,125). Sum of RGB (Red+Green+Blue) = 218+197+125=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC57D is #253A82. Grayscale: #C3C3C3. Windows color (decimal): -2439811 or 8242650. OLE color: 8242650.

HSL color Cylindrical-coordinate representation of color #DAC57D: hue angle of 46.45º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAC57D is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB218197125-
CMYK00.100.430.15
HSL46.45º55.69%67.25%-
HSV(B)46.45º42.66%85.49%-
XYZ52.5856.3227.5-
YUV195.0788.46144.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 197 (77.34% from 255) = 36.48%
BLUE value IS 125 (49.22% from 255) = 23.15%
R=40.37%
G=36.48%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819712500.100.430.1546.4555.6967.25
HexDAC57D0A2BF2e3843
Octal33230517501253175670103
Binary110110101100010111111010101010101111111011101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC57D; }

 p { color: rgb(218,197,125); }

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

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

 a { background-color: rgb(218,197,125); }

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

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

 span { border-color: rgb(218,197,125); }

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