#D7CA95

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

Shades of Tahuna Sands #D7CA95

Tints of Tahuna Sands #D7CA95

Color information

#D7CA95 (or 0xD7CA95) is unknown color: approx Tahuna Sands. HEX triplet: D7, CA and 95. RGB value is (215,202,149). Sum of RGB (Red+Green+Blue) = 215+202+149=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CA95 is #28356A. Grayscale: #C8C8C8. Windows color (decimal): -2635115 or 9816791. OLE color: 9816791.

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

Color convert

RGB215202149-
CMYK00.060.310.16
HSL48.18º45.21%71.37%-
HSV(B)48.18º30.7%84.31%-
XYZ54.5758.8636.92-
YUV199.8499.31138.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.99%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=37.99%
G=35.69%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520214900.060.310.1648.1845.2171.37
HexD7CA95061F10302d47
Octal3273122250637206055107
Binary110101111100101010010101011011111100001100001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CA95; }

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

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

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

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

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

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

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

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