#D5C493

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

Shades of Tahuna Sands #D5C493

Tints of Tahuna Sands #D5C493

Color information

#D5C493 (or 0xD5C493) is unknown color: approx Tahuna Sands. HEX triplet: D5, C4 and 93. RGB value is (213,196,147). Sum of RGB (Red+Green+Blue) = 213+196+147=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C493 is #2A3B6C. Grayscale: #C3C3C3. Windows color (decimal): -2767725 or 9684181. OLE color: 9684181.

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

Color convert

RGB213196147-
CMYK00.080.310.16
HSL44.55º44%70.59%-
HSV(B)44.55º30.99%83.53%-
XYZ52.4555.7335.6-
YUV195.5100.63140.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.31%
GREEN value IS 196 (76.95% from 255) = 35.25%
BLUE value IS 147 (57.81% from 255) = 26.44%
R=38.31%
G=35.25%
B=26.44%

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
Decimal21319614700.080.310.1644.554470.59
HexD5C493081F102d2c47
Octal32530422301037205554107
Binary1101010111000100100100110100011111100001011011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C493; }

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

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

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

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

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

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

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

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