#DACB98

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

Shades of Tahuna Sands #DACB98

Tints of Tahuna Sands #DACB98

Color information

#DACB98 (or 0xDACB98) is unknown color: approx Tahuna Sands. HEX triplet: DA, CB and 98. RGB value is (218,203,152). Sum of RGB (Red+Green+Blue) = 218+203+152=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACB98 is #253467. Grayscale: #C9C9C9. Windows color (decimal): -2438248 or 10013658. OLE color: 10013658.

HSL color Cylindrical-coordinate representation of color #DACB98: hue angle of 46.36º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DACB98 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218203152-
CMYK00.070.300.15
HSL46.36º47.14%72.55%-
HSV(B)46.36º30.28%85.49%-
XYZ55.9459.8838.32-
YUV201.6799.97139.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 203 (79.69% from 255) = 35.43%
BLUE value IS 152 (59.77% from 255) = 26.53%
R=38.05%
G=35.43%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820315200.070.300.1546.3647.1472.55
HexDACB98071EF2e2f49
Octal3323132300736175657111
Binary11011010110010111001100001111111011111011101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACB98; }

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

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

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

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

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

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

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

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