#DAC983

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

Shades of Sandwisp #DAC983

Tints of Sandwisp #DAC983

Color information

#DAC983 (or 0xDAC983) is unknown color: approx Sandwisp. HEX triplet: DA, C9 and 83. RGB value is (218,201,131). Sum of RGB (Red+Green+Blue) = 218+201+131=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC983 is #25367C. Grayscale: #C6C6C6. Windows color (decimal): -2438781 or 8636890. OLE color: 8636890.

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

Color convert

RGB218201131-
CMYK00.080.400.15
HSL48.28º54.04%68.43%-
HSV(B)48.28º39.91%85.49%-
XYZ53.958.3229.89-
YUV198.190.13142.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 201 (78.91% from 255) = 36.55%
BLUE value IS 131 (51.56% from 255) = 23.82%
R=39.64%
G=36.55%
B=23.82%

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
Decimal21820113100.080.400.1548.2854.0468.43
HexDAC9830828F303644
Octal33231120301050176066104
Binary1101101011001001100000110100010100011111100001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC983; }

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

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

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

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

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

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

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

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