#DACC94

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

Shades of Tahuna Sands #DACC94

Tints of Tahuna Sands #DACC94

Color information

#DACC94 (or 0xDACC94) is unknown color: approx Tahuna Sands. HEX triplet: DA, CC and 94. RGB value is (218,204,148). Sum of RGB (Red+Green+Blue) = 218+204+148=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACC94 is #25336B. Grayscale: #CACACA. Windows color (decimal): -2437996 or 9751770. OLE color: 9751770.

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

Color convert

RGB218204148-
CMYK00.060.320.15
HSL48º48.61%71.76%-
HSV(B)48º32.11%85.49%-
XYZ55.8560.2336.7-
YUV201.897.64139.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 148 (58.20% from 255) = 25.96%
R=38.25%
G=35.79%
B=25.96%

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
Decimal21820414800.060.320.154848.6171.76
HexDACC940620F303148
Octal3323142240640176061110
Binary110110101100110010010100011010000011111100001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACC94; }

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

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

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

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

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

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

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

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