#DACB94

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

Shades of Tahuna Sands #DACB94

Tints of Tahuna Sands #DACB94

Color information

#DACB94 (or 0xDACB94) is unknown color: approx Tahuna Sands. HEX triplet: DA, CB and 94. RGB value is (218,203,148). Sum of RGB (Red+Green+Blue) = 218+203+148=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACB94 is #25346B. Grayscale: #C9C9C9. Windows color (decimal): -2438252 or 9751514. OLE color: 9751514.

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

Color convert

RGB218203148-
CMYK00.070.320.15
HSL47.14º48.61%71.76%-
HSV(B)47.14º32.11%85.49%-
XYZ55.6159.7636.62-
YUV201.2197.97139.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 148 (58.20% from 255) = 26.01%
R=38.31%
G=35.68%
B=26.01%

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
Decimal21820314800.070.320.1547.1448.6171.76
HexDACB940720F2f3148
Octal3323132240740175761110
Binary110110101100101110010100011110000011111011111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACB94; }

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

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

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

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

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

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

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

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