#DACFA1

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

Shades of Tahuna Sands #DACFA1

Tints of Tahuna Sands #DACFA1

Color information

#DACFA1 (or 0xDACFA1) is unknown color: approx Tahuna Sands. HEX triplet: DA, CF and A1. RGB value is (218,207,161). Sum of RGB (Red+Green+Blue) = 218+207+161=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACFA1 is #25305E. Grayscale: #CDCDCD. Windows color (decimal): -2437215 or 10604506. OLE color: 10604506.

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

Color convert

RGB218207161-
CMYK00.050.260.15
HSL48.42º43.51%74.31%-
HSV(B)48.42º26.15%85.49%-
XYZ57.6662.142.67-
YUV205.04103.14137.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 161 (63.28% from 255) = 27.47%
R=37.20%
G=35.32%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820716100.050.260.1548.4243.5174.31
HexDACFA1051AF302c4a
Octal3323172410532176054112
Binary11011010110011111010000101011101011111100001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACFA1; }

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

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

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

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

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

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

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

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