#DACA95

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

Shades of Tahuna Sands #DACA95

Tints of Tahuna Sands #DACA95

Color information

#DACA95 (or 0xDACA95) is unknown color: approx Tahuna Sands. HEX triplet: DA, CA and 95. RGB value is (218,202,149). Sum of RGB (Red+Green+Blue) = 218+202+149=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACA95 is #25356A. Grayscale: #C8C8C8. Windows color (decimal): -2438507 or 9816794. OLE color: 9816794.

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

Color convert

RGB218202149-
CMYK00.070.320.15
HSL46.09º48.25%71.96%-
HSV(B)46.09º31.65%85.49%-
XYZ55.4659.3236.96-
YUV200.7498.8140.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=38.31%
G=35.50%
B=26.19%

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
Decimal21820214900.070.320.1546.0948.2571.96
HexDACA950720F2e3048
Octal3323122250740175660110
Binary110110101100101010010101011110000011111011101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACA95; }

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

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

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

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

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

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

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

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