#DAC985

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

Shades of Sandwisp #DAC985

Tints of Sandwisp #DAC985

Color information

#DAC985 (or 0xDAC985) is unknown color: approx Sandwisp. HEX triplet: DA, C9 and 85. RGB value is (218,201,133). Sum of RGB (Red+Green+Blue) = 218+201+133=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC985 is #25367A. Grayscale: #C6C6C6. Windows color (decimal): -2438779 or 8767962. OLE color: 8767962.

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

Color convert

RGB218201133-
CMYK00.080.390.15
HSL48º53.46%68.82%-
HSV(B)48º38.99%85.49%-
XYZ54.0358.3730.61-
YUV198.3391.13142.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 201 (78.91% from 255) = 36.41%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=39.49%
G=36.41%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820113300.080.390.154853.4668.82
HexDAC9850827F303545
Octal33231120501047176065105
Binary1101101011001001100001010100010011111111100001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC985; }

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

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

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

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

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

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

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

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