#DACD95

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

Shades of Tahuna Sands #DACD95

Tints of Tahuna Sands #DACD95

Color information

#DACD95 (or 0xDACD95) is unknown color: approx Tahuna Sands. HEX triplet: DA, CD and 95. RGB value is (218,205,149). Sum of RGB (Red+Green+Blue) = 218+205+149=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACD95 is #25326A. Grayscale: #CACACA. Windows color (decimal): -2437739 or 9817562. OLE color: 9817562.

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

Color convert

RGB218205149-
CMYK00.060.320.15
HSL48.7º48.25%71.96%-
HSV(B)48.7º31.65%85.49%-
XYZ56.1760.7437.2-
YUV202.597.81139.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=38.11%
G=35.84%
B=26.05%

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
Decimal21820514900.060.320.1548.748.2571.96
HexDACD950620F313048
Octal3323152250640176160110
Binary110110101100110110010101011010000011111100011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACD95; }

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

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

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

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

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

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

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

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