#D5C996

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

Shades of Tahuna Sands #D5C996

Tints of Tahuna Sands #D5C996

Color information

#D5C996 (or 0xD5C996) is unknown color: approx Tahuna Sands. HEX triplet: D5, C9 and 96. RGB value is (213,201,150). Sum of RGB (Red+Green+Blue) = 213+201+150=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C996 is #2A3669. Grayscale: #C6C6C6. Windows color (decimal): -2766442 or 9882069. OLE color: 9882069.

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

Color convert

RGB213201150-
CMYK00.060.300.16
HSL48.57º42.86%71.18%-
HSV(B)48.57º29.58%83.53%-
XYZ53.8358.1237.24-
YUV198.77100.48138.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 201 (78.91% from 255) = 35.64%
BLUE value IS 150 (58.98% from 255) = 26.60%
R=37.77%
G=35.64%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320115000.060.300.1648.5742.8671.18
HexD5C996061E10312b47
Octal3253112260636206153107
Binary110101011100100110010110011011110100001100011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C996; }

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

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

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

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

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

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

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

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