#DACB95

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

Shades of Tahuna Sands #DACB95

Tints of Tahuna Sands #DACB95

Color information

#DACB95 (or 0xDACB95) is unknown color: approx Tahuna Sands. HEX triplet: DA, CB and 95. RGB value is (218,203,149). Sum of RGB (Red+Green+Blue) = 218+203+149=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACB95 is #25346A. Grayscale: #C9C9C9. Windows color (decimal): -2438251 or 9817050. OLE color: 9817050.

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

Color convert

RGB218203149-
CMYK00.070.320.15
HSL46.96º48.25%71.96%-
HSV(B)46.96º31.65%85.49%-
XYZ55.6959.7937.04-
YUV201.3398.47139.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=38.25%
G=35.61%
B=26.14%

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
Decimal21820314900.070.320.1546.9648.2571.96
HexDACB950720F2f3048
Octal3323132250740175760110
Binary110110101100101110010101011110000011111011111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACB95; }

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

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

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

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

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

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

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

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