#D7C494

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

Shades of Tahuna Sands #D7C494

Tints of Tahuna Sands #D7C494

Color information

#D7C494 (or 0xD7C494) is unknown color: approx Tahuna Sands. HEX triplet: D7, C4 and 94. RGB value is (215,196,148). Sum of RGB (Red+Green+Blue) = 215+196+148=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C494 is #283B6B. Grayscale: #C4C4C4. Windows color (decimal): -2636652 or 9749719. OLE color: 9749719.

HSL color Cylindrical-coordinate representation of color #D7C494: hue angle of 42.99º degrees, saturation: 0.46, 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 #D7C494 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB215196148-
CMYK00.090.310.16
HSL42.99º45.58%71.18%-
HSV(B)42.99º31.16%84.31%-
XYZ53.1156.0736.04-
YUV196.21100.79141.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 148 (58.20% from 255) = 26.48%
R=38.46%
G=35.06%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519614800.090.310.1642.9945.5871.18
HexD7C494091F102b2e47
Octal32730422401137205356107
Binary1101011111000100100101000100111111100001010111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C494; }

 p { color: rgb(215,196,148); }

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

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

 a { background-color: rgb(215,196,148); }

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

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

 span { border-color: rgb(215,196,148); }

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