#DAC885

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

Shades of Sandwisp #DAC885

Tints of Sandwisp #DAC885

Color information

#DAC885 (or 0xDAC885) is unknown color: approx Sandwisp. HEX triplet: DA, C8 and 85. RGB value is (218,200,133). Sum of RGB (Red+Green+Blue) = 218+200+133=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC885 is #25377A. Grayscale: #C6C6C6. Windows color (decimal): -2439035 or 8767706. OLE color: 8767706.

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

Color convert

RGB218200133-
CMYK00.080.390.15
HSL47.29º53.46%68.82%-
HSV(B)47.29º38.99%85.49%-
XYZ53.857.9130.53-
YUV197.7491.46142.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 200 (78.52% from 255) = 36.30%
BLUE value IS 133 (52.34% from 255) = 24.14%
R=39.56%
G=36.30%
B=24.14%

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
Decimal21820013300.080.390.1547.2953.4668.82
HexDAC8850827F2f3545
Octal33231020501047175765105
Binary1101101011001000100001010100010011111111011111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC885; }

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

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

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

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

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

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

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

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