#DACCA1

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

Shades of Tahuna Sands #DACCA1

Tints of Tahuna Sands #DACCA1

Color information

#DACCA1 (or 0xDACCA1) is unknown color: approx Tahuna Sands. HEX triplet: DA, CC and A1. RGB value is (218,204,161). Sum of RGB (Red+Green+Blue) = 218+204+161=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACCA1 is #25335E. Grayscale: #CBCBCB. Windows color (decimal): -2437983 or 10603738. OLE color: 10603738.

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

Color convert

RGB218204161-
CMYK00.060.260.15
HSL45.26º43.51%74.31%-
HSV(B)45.26º26.15%85.49%-
XYZ56.9460.6642.43-
YUV203.28104.14138.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 161 (63.28% from 255) = 27.62%
R=37.39%
G=34.99%
B=27.62%

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
Decimal21820416100.060.260.1545.2643.5174.31
HexDACCA1061AF2d2c4a
Octal3323142410632175554112
Binary11011010110011001010000101101101011111011011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCA1; }

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

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

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

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

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

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

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

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