#DACA88

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

Shades of Sandwisp #DACA88

Tints of Sandwisp #DACA88

Color information

#DACA88 (or 0xDACA88) is unknown color: approx Sandwisp. HEX triplet: DA, CA and 88. RGB value is (218,202,136). Sum of RGB (Red+Green+Blue) = 218+202+136=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACA88 is #253577. Grayscale: #C7C7C7. Windows color (decimal): -2438520 or 8964826. OLE color: 8964826.

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

Color convert

RGB218202136-
CMYK00.070.380.15
HSL48.29º52.56%69.41%-
HSV(B)48.29º37.61%85.49%-
XYZ54.4858.9231.79-
YUV199.2692.3141.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 136 (53.52% from 255) = 24.46%
R=39.21%
G=36.33%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820213600.070.380.1548.2952.5669.41
HexDACA880726F303545
Octal3323122100746176065105
Binary110110101100101010001000011110011011111100001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACA88; }

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

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

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

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

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

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

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

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