#DAC888

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

Shades of Sandwisp #DAC888

Tints of Sandwisp #DAC888

Color information

#DAC888 (or 0xDAC888) is unknown color: approx Sandwisp. HEX triplet: DA, C8 and 88. RGB value is (218,200,136). Sum of RGB (Red+Green+Blue) = 218+200+136=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC888 is #253777. Grayscale: #C6C6C6. Windows color (decimal): -2439032 or 8964314. OLE color: 8964314.

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

Color convert

RGB218200136-
CMYK00.080.380.15
HSL46.83º52.56%69.41%-
HSV(B)46.83º37.61%85.49%-
XYZ54.0157.9931.64-
YUV198.0992.96142.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 200 (78.52% from 255) = 36.10%
BLUE value IS 136 (53.52% from 255) = 24.55%
R=39.35%
G=36.10%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820013600.080.380.1546.8352.5669.41
HexDAC8880826F2f3545
Octal33231021001046175765105
Binary1101101011001000100010000100010011011111011111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC888; }

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

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

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

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

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

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

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

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