#D5C494

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

Shades of Tahuna Sands #D5C494

Tints of Tahuna Sands #D5C494

Color information

#D5C494 (or 0xD5C494) is unknown color: approx Tahuna Sands. HEX triplet: D5, C4 and 94. RGB value is (213,196,148). Sum of RGB (Red+Green+Blue) = 213+196+148=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C494 is #2A3B6B. Grayscale: #C3C3C3. Windows color (decimal): -2767724 or 9749717. OLE color: 9749717.

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

Color convert

RGB213196148-
CMYK00.080.310.16
HSL44.31º43.62%70.78%-
HSV(B)44.31º30.52%83.53%-
XYZ52.5355.7636.01-
YUV195.61101.13140.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 196 (76.95% from 255) = 35.19%
BLUE value IS 148 (58.20% from 255) = 26.57%
R=38.24%
G=35.19%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319614800.080.310.1644.3143.6270.78
HexD5C494081F102c2c47
Octal32530422401037205454107
Binary1101010111000100100101000100011111100001011001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C494; }

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

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

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

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

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

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

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

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