#DAC57F

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

Shades of Sandwisp #DAC57F

Tints of Sandwisp #DAC57F

Color information

#DAC57F (or 0xDAC57F) is unknown color: approx Sandwisp. HEX triplet: DA, C5 and 7F. RGB value is (218,197,127). Sum of RGB (Red+Green+Blue) = 218+197+127=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC57F is #253A80. Grayscale: #C3C3C3. Windows color (decimal): -2439809 or 8373722. OLE color: 8373722.

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

Color convert

RGB218197127-
CMYK00.100.420.15
HSL46.15º55.15%67.65%-
HSV(B)46.15º41.74%85.49%-
XYZ52.7156.3728.18-
YUV195.389.46144.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 197 (77.34% from 255) = 36.35%
BLUE value IS 127 (50% from 255) = 23.43%
R=40.22%
G=36.35%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819712700.100.420.1546.1555.1567.65
HexDAC57F0A2AF2e3744
Octal33230517701252175667104
Binary110110101100010111111110101010101011111011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC57F; }

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

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

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

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

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

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

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

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