#D5C396

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

Shades of Tahuna Sands #D5C396

Tints of Tahuna Sands #D5C396

Color information

#D5C396 (or 0xD5C396) is unknown color: approx Tahuna Sands. HEX triplet: D5, C3 and 96. RGB value is (213,195,150). Sum of RGB (Red+Green+Blue) = 213+195+150=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C396 is #2A3C69. Grayscale: #C3C3C3. Windows color (decimal): -2767978 or 9880533. OLE color: 9880533.

HSL color Cylindrical-coordinate representation of color #D5C396: hue angle of 42.86º degrees, saturation: 0.43, 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 #D5C396 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB213195150-
CMYK00.080.300.16
HSL42.86º42.86%71.18%-
HSV(B)42.86º29.58%83.53%-
XYZ52.4655.3836.78-
YUV195.25102.46140.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 195 (76.56% from 255) = 34.95%
BLUE value IS 150 (58.98% from 255) = 26.88%
R=38.17%
G=34.95%
B=26.88%

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
Decimal21319515000.080.300.1642.8642.8671.18
HexD5C396081E102b2b47
Octal32530322601036205353107
Binary1101010111000011100101100100011110100001010111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C396; }

 p { color: rgb(213,195,150); }

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

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

 a { background-color: rgb(213,195,150); }

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

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

 span { border-color: rgb(213,195,150); }

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