#D6CEA5

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

Shades of Tahuna Sands #D6CEA5

Tints of Tahuna Sands #D6CEA5

Color information

#D6CEA5 (or 0xD6CEA5) is unknown color: approx Tahuna Sands. HEX triplet: D6, CE and A5. RGB value is (214,206,165). Sum of RGB (Red+Green+Blue) = 214+206+165=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CEA5 is #29315A. Grayscale: #CBCBCB. Windows color (decimal): -2699611 or 10866390. OLE color: 10866390.

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

Color convert

RGB214206165-
CMYK00.040.230.16
HSL50.2º37.4%74.31%-
HSV(B)50.2º22.9%83.92%-
XYZ56.5961.1644.42-
YUV203.72106.15135.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 165 (64.84% from 255) = 28.21%
R=36.58%
G=35.21%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420616500.040.230.1650.237.474.31
HexD6CEA504171032254a
Octal3263162450427206245112
Binary110101101100111010100101010010111100001100101001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEA5; }

 p { color: rgb(214,206,165); }

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

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

 a { background-color: rgb(214,206,165); }

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

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

 span { border-color: rgb(214,206,165); }

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