#D6D1A0

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

Shades of Tahuna Sands #D6D1A0

Tints of Tahuna Sands #D6D1A0

Color information

#D6D1A0 (or 0xD6D1A0) is unknown color: approx Tahuna Sands. HEX triplet: D6, D1 and A0. RGB value is (214,209,160). Sum of RGB (Red+Green+Blue) = 214+209+160=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D1A0 is #292E5F. Grayscale: #CDCDCD. Windows color (decimal): -2698848 or 10539478. OLE color: 10539478.

HSL color Cylindrical-coordinate representation of color #D6D1A0: hue angle of 54.44º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6D1A0 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB214209160-
CMYK00.020.250.16
HSL54.44º39.71%73.33%-
HSV(B)54.44º25.23%83.92%-
XYZ56.8862.4442.31-
YUV204.91102.66134.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 209 (82.03% from 255) = 35.85%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=36.71%
G=35.85%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420916000.020.250.1654.4439.7173.33
HexD6D1A0021910362849
Octal3263212400231206650111
Binary11010110110100011010000001011001100001101101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D1A0; }

 p { color: rgb(214,209,160); }

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

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

 a { background-color: rgb(214,209,160); }

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

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

 span { border-color: rgb(214,209,160); }

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