#D1C494

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

Shades of Tahuna Sands #D1C494

Tints of Tahuna Sands #D1C494

Color information

#D1C494 (or 0xD1C494) is unknown color: approx Tahuna Sands. HEX triplet: D1, C4 and 94. RGB value is (209,196,148). Sum of RGB (Red+Green+Blue) = 209+196+148=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C494 is #2E3B6B. Grayscale: #C2C2C2. Windows color (decimal): -3029868 or 9749713. OLE color: 9749713.

HSL color Cylindrical-coordinate representation of color #D1C494: hue angle of 47.21º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1C494 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209196148-
CMYK00.060.290.18
HSL47.21º39.87%70%-
HSV(B)47.21º29.19%81.96%-
XYZ51.3855.1735.96-
YUV194.42101.81138.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 196 (76.95% from 255) = 35.44%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=37.79%
G=35.44%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919614800.060.290.1847.2139.8770
HexD1C494061D122f2846
Octal3213042240635225750106
Binary110100011100010010010100011011101100101011111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C494; }

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

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

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

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

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

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

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

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