#DAC982

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

Shades of Sandwisp #DAC982

Tints of Sandwisp #DAC982

Color information

#DAC982 (or 0xDAC982) is unknown color: approx Sandwisp. HEX triplet: DA, C9 and 82. RGB value is (218,201,130). Sum of RGB (Red+Green+Blue) = 218+201+130=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC982 is #25367D. Grayscale: #C6C6C6. Windows color (decimal): -2438782 or 8571354. OLE color: 8571354.

HSL color Cylindrical-coordinate representation of color #DAC982: hue angle of 48.41º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAC982 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218201130-
CMYK00.080.400.15
HSL48.41º54.32%68.24%-
HSV(B)48.41º40.37%85.49%-
XYZ53.8358.2929.53-
YUV197.9989.63142.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 201 (78.91% from 255) = 36.61%
BLUE value IS 130 (51.17% from 255) = 23.68%
R=39.71%
G=36.61%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820113000.080.400.1548.4154.3268.24
HexDAC9820828F303644
Octal33231120201050176066104
Binary1101101011001001100000100100010100011111100001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC982; }

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

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

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

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

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

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

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

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