#D8D0A0

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

Shades of Tahuna Sands #D8D0A0

Tints of Tahuna Sands #D8D0A0

Color information

#D8D0A0 (or 0xD8D0A0) is unknown color: approx Tahuna Sands. HEX triplet: D8, D0 and A0. RGB value is (216,208,160). Sum of RGB (Red+Green+Blue) = 216+208+160=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D0A0 is #272F5F. Grayscale: #CDCDCD. Windows color (decimal): -2568032 or 10539224. OLE color: 10539224.

HSL color Cylindrical-coordinate representation of color #D8D0A0: hue angle of 51.43º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8D0A0 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB216208160-
CMYK00.040.260.15
HSL51.43º41.79%73.73%-
HSV(B)51.43º25.93%84.71%-
XYZ57.2262.2542.26-
YUV204.92102.65135.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.99%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 160 (62.89% from 255) = 27.40%
R=36.99%
G=35.62%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620816000.040.260.1551.4341.7973.73
HexD8D0A0041AF332a4a
Octal3303202400432176352112
Binary11011000110100001010000001001101011111100111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D0A0; }

 p { color: rgb(216,208,160); }

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

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

 a { background-color: rgb(216,208,160); }

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

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

 span { border-color: rgb(216,208,160); }

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