#D8C693

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

Shades of Tahuna Sands #D8C693

Tints of Tahuna Sands #D8C693

Color information

#D8C693 (or 0xD8C693) is unknown color: approx Tahuna Sands. HEX triplet: D8, C6 and 93. RGB value is (216,198,147). Sum of RGB (Red+Green+Blue) = 216+198+147=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C693 is #27396C. Grayscale: #C5C5C5. Windows color (decimal): -2570605 or 9684696. OLE color: 9684696.

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

Color convert

RGB216198147-
CMYK00.080.320.15
HSL44.35º46.94%71.18%-
HSV(B)44.35º31.94%84.71%-
XYZ53.7857.0935.79-
YUV197.5799.46141.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 147 (57.81% from 255) = 26.20%
R=38.50%
G=35.29%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619814700.080.320.1544.3546.9471.18
HexD8C6930820F2c2f47
Octal33030622301040175457107
Binary1101100011000110100100110100010000011111011001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C693; }

 p { color: rgb(216,198,147); }

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

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

 a { background-color: rgb(216,198,147); }

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

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

 span { border-color: rgb(216,198,147); }

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