#DACC95

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

Shades of Tahuna Sands #DACC95

Tints of Tahuna Sands #DACC95

Color information

#DACC95 (or 0xDACC95) is unknown color: approx Tahuna Sands. HEX triplet: DA, CC and 95. RGB value is (218,204,149). Sum of RGB (Red+Green+Blue) = 218+204+149=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACC95 is #25336A. Grayscale: #CACACA. Windows color (decimal): -2437995 or 9817306. OLE color: 9817306.

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

Color convert

RGB218204149-
CMYK00.060.320.15
HSL47.83º48.25%71.96%-
HSV(B)47.83º31.65%85.49%-
XYZ55.9360.2637.12-
YUV201.9298.14139.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 149 (58.59% from 255) = 26.09%
R=38.18%
G=35.73%
B=26.09%

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
Decimal21820414900.060.320.1547.8348.2571.96
HexDACC950620F303048
Octal3323142250640176060110
Binary110110101100110010010101011010000011111100001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACC95; }

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

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

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

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

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

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

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

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