#DACA94

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

Shades of Tahuna Sands #DACA94

Tints of Tahuna Sands #DACA94

Color information

#DACA94 (or 0xDACA94) is unknown color: approx Tahuna Sands. HEX triplet: DA, CA and 94. RGB value is (218,202,148). Sum of RGB (Red+Green+Blue) = 218+202+148=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACA94 is #25356B. Grayscale: #C8C8C8. Windows color (decimal): -2438508 or 9751258. OLE color: 9751258.

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

Color convert

RGB218202148-
CMYK00.070.320.15
HSL46.29º48.61%71.76%-
HSV(B)46.29º32.11%85.49%-
XYZ55.3859.2836.54-
YUV200.6398.3140.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 148 (58.20% from 255) = 26.06%
R=38.38%
G=35.56%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820214800.070.320.1546.2948.6171.76
HexDACA940720F2e3148
Octal3323122240740175661110
Binary110110101100101010010100011110000011111011101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACA94; }

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

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

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

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

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

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

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

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