#DAC98A

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

Shades of Sandwisp #DAC98A

Tints of Sandwisp #DAC98A

Color information

#DAC98A (or 0xDAC98A) is unknown color: approx Sandwisp. HEX triplet: DA, C9 and 8A. RGB value is (218,201,138). Sum of RGB (Red+Green+Blue) = 218+201+138=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC98A is #253675. Grayscale: #C7C7C7. Windows color (decimal): -2438774 or 9095642. OLE color: 9095642.

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

Color convert

RGB218201138-
CMYK00.080.370.15
HSL47.25º51.95%69.8%-
HSV(B)47.25º36.7%85.49%-
XYZ54.3958.5132.47-
YUV198.993.63141.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 201 (78.91% from 255) = 36.09%
BLUE value IS 138 (54.30% from 255) = 24.78%
R=39.14%
G=36.09%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820113800.080.370.1547.2551.9569.8
HexDAC98A0825F2f3446
Octal33231121201045175764106
Binary1101101011001001100010100100010010111111011111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC98A; }

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

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

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

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

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

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

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

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