#D6C496

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

Shades of Tahuna Sands #D6C496

Tints of Tahuna Sands #D6C496

Color information

#D6C496 (or 0xD6C496) is unknown color: approx Tahuna Sands. HEX triplet: D6, C4 and 96. RGB value is (214,196,150). Sum of RGB (Red+Green+Blue) = 214+196+150=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C496 is #293B69. Grayscale: #C4C4C4. Windows color (decimal): -2702186 or 9880790. OLE color: 9880790.

HSL color Cylindrical-coordinate representation of color #D6C496: hue angle of 43.12º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6C496 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214196150-
CMYK00.080.300.16
HSL43.12º43.84%71.37%-
HSV(B)43.12º29.91%83.92%-
XYZ52.9855.9836.87-
YUV196.14101.96140.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 196 (76.95% from 255) = 35%
BLUE value IS 150 (58.98% from 255) = 26.79%
R=38.21%
G=35%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419615000.080.300.1643.1243.8471.37
HexD6C496081E102b2c47
Octal32630422601036205354107
Binary1101011011000100100101100100011110100001010111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C496; }

 p { color: rgb(214,196,150); }

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

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

 a { background-color: rgb(214,196,150); }

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

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

 span { border-color: rgb(214,196,150); }

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