#DACC8A

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

Shades of Sandwisp #DACC8A

Tints of Sandwisp #DACC8A

Color information

#DACC8A (or 0xDACC8A) is unknown color: approx Sandwisp. HEX triplet: DA, CC and 8A. RGB value is (218,204,138). Sum of RGB (Red+Green+Blue) = 218+204+138=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACC8A is #253375. Grayscale: #C8C8C8. Windows color (decimal): -2438006 or 9096410. OLE color: 9096410.

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

Color convert

RGB218204138-
CMYK00.060.370.15
HSL49.5º51.95%69.8%-
HSV(B)49.5º36.7%85.49%-
XYZ55.0959.9332.71-
YUV200.6692.64140.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 138 (54.30% from 255) = 24.64%
R=38.93%
G=36.43%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820413800.060.370.1549.551.9569.8
HexDACC8A0625F323446
Octal3323142120645176264106
Binary110110101100110010001010011010010111111100101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACC8A; }

 p { color: rgb(218,204,138); }

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

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

 a { background-color: rgb(218,204,138); }

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

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

 span { border-color: rgb(218,204,138); }

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