#D6D1A2

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

Shades of Tahuna Sands #D6D1A2

Tints of Tahuna Sands #D6D1A2

Color information

#D6D1A2 (or 0xD6D1A2) is unknown color: approx Tahuna Sands. HEX triplet: D6, D1 and A2. RGB value is (214,209,162). Sum of RGB (Red+Green+Blue) = 214+209+162=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D1A2 is #292E5D. Grayscale: #CDCDCD. Windows color (decimal): -2698846 or 10670550. OLE color: 10670550.

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

Color convert

RGB214209162-
CMYK00.020.240.16
HSL54.23º38.81%73.73%-
HSV(B)54.23º24.3%83.92%-
XYZ57.0562.5143.24-
YUV205.14103.66134.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 162 (63.67% from 255) = 27.69%
R=36.58%
G=35.73%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420916200.020.240.1654.2338.8173.73
HexD6D1A202181036274a
Octal3263212420230206647112
Binary11010110110100011010001001011000100001101101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D1A2; }

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

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

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

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

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

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

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

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