#D7CA9C

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

Shades of Tahuna Sands #D7CA9C

Tints of Tahuna Sands #D7CA9C

Color information

#D7CA9C (or 0xD7CA9C) is unknown color: approx Tahuna Sands. HEX triplet: D7, CA and 9C. RGB value is (215,202,156). Sum of RGB (Red+Green+Blue) = 215+202+156=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CA9C is #283563. Grayscale: #C8C8C8. Windows color (decimal): -2635108 or 10275543. OLE color: 10275543.

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

Color convert

RGB215202156-
CMYK00.060.270.16
HSL46.78º42.45%72.75%-
HSV(B)46.78º27.44%84.31%-
XYZ55.1559.0939.95-
YUV200.64102.81138.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.52%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 156 (61.33% from 255) = 27.23%
R=37.52%
G=35.25%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520215600.060.270.1646.7842.4572.75
HexD7CA9C061B102f2a49
Octal3273122340633205752111
Binary110101111100101010011100011011011100001011111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CA9C; }

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

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

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

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

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

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

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

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