#D7CA96

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

Shades of Tahuna Sands #D7CA96

Tints of Tahuna Sands #D7CA96

Color information

#D7CA96 (or 0xD7CA96) is unknown color: approx Tahuna Sands. HEX triplet: D7, CA and 96. RGB value is (215,202,150). Sum of RGB (Red+Green+Blue) = 215+202+150=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CA96 is #283569. Grayscale: #C8C8C8. Windows color (decimal): -2635114 or 9882327. OLE color: 9882327.

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

Color convert

RGB215202150-
CMYK00.060.300.16
HSL48º44.83%71.57%-
HSV(B)48º30.23%84.31%-
XYZ54.6558.8937.34-
YUV199.9699.81138.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 150 (58.98% from 255) = 26.46%
R=37.92%
G=35.63%
B=26.46%

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
Decimal21520215000.060.300.164844.8371.57
HexD7CA96061E10302d48
Octal3273122260636206055110
Binary110101111100101010010110011011110100001100001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CA96; }

 p { color: rgb(215,202,150); }

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

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

 a { background-color: rgb(215,202,150); }

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

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

 span { border-color: rgb(215,202,150); }

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