#DACCA2

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

Shades of Tahuna Sands #DACCA2

Tints of Tahuna Sands #DACCA2

Color information

#DACCA2 (or 0xDACCA2) is unknown color: approx Tahuna Sands. HEX triplet: DA, CC and A2. RGB value is (218,204,162). Sum of RGB (Red+Green+Blue) = 218+204+162=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACCA2 is #25335D. Grayscale: #CBCBCB. Windows color (decimal): -2437982 or 10669274. OLE color: 10669274.

HSL color Cylindrical-coordinate representation of color #DACCA2: hue angle of 45º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DACCA2 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB218204162-
CMYK00.060.260.15
HSL45º43.08%74.51%-
HSV(B)45º25.69%85.49%-
XYZ57.0360.742.89-
YUV203.4104.64138.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 162 (63.67% from 255) = 27.74%
R=37.33%
G=34.93%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820416200.060.260.154543.0874.51
HexDACCA2061AF2d2b4b
Octal3323142420632175553113
Binary11011010110011001010001001101101011111011011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCA2; }

 p { color: rgb(218,204,162); }

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

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

 a { background-color: rgb(218,204,162); }

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

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

 span { border-color: rgb(218,204,162); }

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