#DACE94

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

Shades of Tahuna Sands #DACE94

Tints of Tahuna Sands #DACE94

Color information

#DACE94 (or 0xDACE94) is unknown color: approx Tahuna Sands. HEX triplet: DA, CE and 94. RGB value is (218,206,148). Sum of RGB (Red+Green+Blue) = 218+206+148=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACE94 is #25316B. Grayscale: #CBCBCB. Windows color (decimal): -2437484 or 9752282. OLE color: 9752282.

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

Color convert

RGB218206148-
CMYK00.060.320.15
HSL49.71º48.61%71.76%-
HSV(B)49.71º32.11%85.49%-
XYZ56.3361.1936.86-
YUV202.9896.98138.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 148 (58.20% from 255) = 25.87%
R=38.11%
G=36.01%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820614800.060.320.1549.7148.6171.76
HexDACE940620F323148
Octal3323162240640176261110
Binary110110101100111010010100011010000011111100101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACE94; }

 p { color: rgb(218,206,148); }

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

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

 a { background-color: rgb(218,206,148); }

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

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

 span { border-color: rgb(218,206,148); }

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