#DAC98C

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

Shades of Sandwisp #DAC98C

Tints of Sandwisp #DAC98C

Color information

#DAC98C (or 0xDAC98C) is unknown color: approx Sandwisp. HEX triplet: DA, C9 and 8C. RGB value is (218,201,140). Sum of RGB (Red+Green+Blue) = 218+201+140=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC98C is #253673. Grayscale: #C7C7C7. Windows color (decimal): -2438772 or 9226714. OLE color: 9226714.

HSL color Cylindrical-coordinate representation of color #DAC98C: hue angle of 46.92º 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 #DAC98C is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218201140-
CMYK00.080.360.15
HSL46.92º51.32%70.2%-
HSV(B)46.92º35.78%85.49%-
XYZ54.5358.5733.24-
YUV199.1394.63141.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 201 (78.91% from 255) = 35.96%
BLUE value IS 140 (55.08% from 255) = 25.04%
R=39.00%
G=35.96%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820114000.080.360.1546.9251.3270.2
HexDAC98C0824F2f3346
Octal33231121401044175763106
Binary1101101011001001100011000100010010011111011111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC98C; }

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

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

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

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

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

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

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

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