#DAC980

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

Shades of Sandwisp #DAC980

Tints of Sandwisp #DAC980

Color information

#DAC980 (or 0xDAC980) is unknown color: approx Sandwisp. HEX triplet: DA, C9 and 80. RGB value is (218,201,128). Sum of RGB (Red+Green+Blue) = 218+201+128=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC980 is #25367F. Grayscale: #C6C6C6. Windows color (decimal): -2438784 or 8440282. OLE color: 8440282.

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

Color convert

RGB218201128-
CMYK00.080.410.15
HSL48.67º54.88%67.84%-
HSV(B)48.67º41.28%85.49%-
XYZ53.758.2428.83-
YUV197.7688.63142.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 201 (78.91% from 255) = 36.75%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=39.85%
G=36.75%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820112800.080.410.1548.6754.8867.84
HexDAC9800829F313744
Octal33231120001051176167104
Binary1101101011001001100000000100010100111111100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC980; }

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

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

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

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

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

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

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

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