#DACA98

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

Shades of Tahuna Sands #DACA98

Tints of Tahuna Sands #DACA98

Color information

#DACA98 (or 0xDACA98) is unknown color: approx Tahuna Sands. HEX triplet: DA, CA and 98. RGB value is (218,202,152). Sum of RGB (Red+Green+Blue) = 218+202+152=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACA98 is #253567. Grayscale: #C9C9C9. Windows color (decimal): -2438504 or 10013402. OLE color: 10013402.

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

Color convert

RGB218202152-
CMYK00.070.300.15
HSL45.45º47.14%72.55%-
HSV(B)45.45º30.28%85.49%-
XYZ55.759.4138.24-
YUV201.08100.3140.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 152 (59.77% from 255) = 26.57%
R=38.11%
G=35.31%
B=26.57%

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
Decimal21820215200.070.300.1545.4547.1472.55
HexDACA98071EF2d2f49
Octal3323122300736175557111
Binary11011010110010101001100001111111011111011011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACA98; }

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

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

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

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

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

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

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

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