#DACC8C

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

Shades of Sandwisp #DACC8C

Tints of Sandwisp #DACC8C

Color information

#DACC8C (or 0xDACC8C) is unknown color: approx Sandwisp. HEX triplet: DA, CC and 8C. RGB value is (218,204,140). Sum of RGB (Red+Green+Blue) = 218+204+140=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACC8C is #253373. Grayscale: #C9C9C9. Windows color (decimal): -2438004 or 9227482. OLE color: 9227482.

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

Color convert

RGB218204140-
CMYK00.060.360.15
HSL49.23º51.32%70.2%-
HSV(B)49.23º35.78%85.49%-
XYZ55.2459.9833.48-
YUV200.8993.64140.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 140 (55.08% from 255) = 24.91%
R=38.79%
G=36.30%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820414000.060.360.1549.2351.3270.2
HexDACC8C0624F313346
Octal3323142140644176163106
Binary110110101100110010001100011010010011111100011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACC8C; }

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

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

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

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

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

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

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

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