#DAC98D

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

Shades of Sandwisp #DAC98D

Tints of Sandwisp #DAC98D

Color information

#DAC98D (or 0xDAC98D) is unknown color: approx Sandwisp. HEX triplet: DA, C9 and 8D. RGB value is (218,201,141). Sum of RGB (Red+Green+Blue) = 218+201+141=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC98D is #253672. Grayscale: #C7C7C7. Windows color (decimal): -2438771 or 9292250. OLE color: 9292250.

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

Color convert

RGB218201141-
CMYK00.080.350.15
HSL46.75º50.99%70.39%-
HSV(B)46.75º35.32%85.49%-
XYZ54.6158.633.63-
YUV199.2495.13141.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 201 (78.91% from 255) = 35.89%
BLUE value IS 141 (55.47% from 255) = 25.18%
R=38.93%
G=35.89%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820114100.080.350.1546.7550.9970.39
HexDAC98D0823F2f3346
Octal33231121501043175763106
Binary1101101011001001100011010100010001111111011111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC98D; }

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

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

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

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

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

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

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

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