#DACC8E

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

Shades of Tahuna Sands #DACC8E

Tints of Tahuna Sands #DACC8E

Color information

#DACC8E (or 0xDACC8E) is unknown color: approx Tahuna Sands. HEX triplet: DA, CC and 8E. RGB value is (218,204,142). Sum of RGB (Red+Green+Blue) = 218+204+142=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACC8E is #253371. Grayscale: #C9C9C9. Windows color (decimal): -2438002 or 9358554. OLE color: 9358554.

HSL color Cylindrical-coordinate representation of color #DACC8E: hue angle of 48.95º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DACC8E is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB218204142-
CMYK00.060.350.15
HSL48.95º50.67%70.59%-
HSV(B)48.95º34.86%85.49%-
XYZ55.3960.0434.26-
YUV201.1294.64140.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 142 (55.86% from 255) = 25.18%
R=38.65%
G=36.17%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820414200.060.350.1548.9550.6770.59
HexDACC8E0623F313347
Octal3323142160643176163107
Binary110110101100110010001110011010001111111100011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACC8E; }

 p { color: rgb(218,204,142); }

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

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

 a { background-color: rgb(218,204,142); }

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

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

 span { border-color: rgb(218,204,142); }

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