#D6CD9C

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

Shades of Tahuna Sands #D6CD9C

Tints of Tahuna Sands #D6CD9C

Color information

#D6CD9C (or 0xD6CD9C) is unknown color: approx Tahuna Sands. HEX triplet: D6, CD and 9C. RGB value is (214,205,156). Sum of RGB (Red+Green+Blue) = 214+205+156=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CD9C is #293263. Grayscale: #CACACA. Windows color (decimal): -2699876 or 10276310. OLE color: 10276310.

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

Color convert

RGB214205156-
CMYK00.040.270.16
HSL50.69º41.43%72.55%-
HSV(B)50.69º27.1%83.92%-
XYZ55.5660.3640.17-
YUV202.1101.98136.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 156 (61.33% from 255) = 27.13%
R=37.22%
G=35.65%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420515600.040.270.1650.6941.4372.55
HexD6CD9C041B10332949
Octal3263152340433206351111
Binary110101101100110110011100010011011100001100111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CD9C; }

 p { color: rgb(214,205,156); }

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

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

 a { background-color: rgb(214,205,156); }

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

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

 span { border-color: rgb(214,205,156); }

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