#DACA8D

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

Shades of Sandwisp #DACA8D

Tints of Sandwisp #DACA8D

Color information

#DACA8D (or 0xDACA8D) is unknown color: approx Sandwisp. HEX triplet: DA, CA and 8D. RGB value is (218,202,141). Sum of RGB (Red+Green+Blue) = 218+202+141=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACA8D is #253572. Grayscale: #C8C8C8. Windows color (decimal): -2438515 or 9292506. OLE color: 9292506.

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

Color convert

RGB218202141-
CMYK00.070.350.15
HSL47.53º50.99%70.39%-
HSV(B)47.53º35.32%85.49%-
XYZ54.8459.0733.71-
YUV199.8394.8140.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 141 (55.47% from 255) = 25.13%
R=38.86%
G=36.01%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820214100.070.350.1547.5350.9970.39
HexDACA8D0723F303346
Octal3323122150743176063106
Binary110110101100101010001101011110001111111100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACA8D; }

 p { color: rgb(218,202,141); }

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

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

 a { background-color: rgb(218,202,141); }

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

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

 span { border-color: rgb(218,202,141); }

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