#D5C993

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

Shades of Tahuna Sands #D5C993

Tints of Tahuna Sands #D5C993

Color information

#D5C993 (or 0xD5C993) is unknown color: approx Tahuna Sands. HEX triplet: D5, C9 and 93. RGB value is (213,201,147). Sum of RGB (Red+Green+Blue) = 213+201+147=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C993 is #2A366C. Grayscale: #C6C6C6. Windows color (decimal): -2766445 or 9685461. OLE color: 9685461.

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

Color convert

RGB213201147-
CMYK00.060.310.16
HSL49.09º44%70.59%-
HSV(B)49.09º30.99%83.53%-
XYZ53.5958.0335.98-
YUV198.4398.98138.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 201 (78.91% from 255) = 35.83%
BLUE value IS 147 (57.81% from 255) = 26.20%
R=37.97%
G=35.83%
B=26.20%

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
Decimal21320114700.060.310.1649.094470.59
HexD5C993061F10312c47
Octal3253112230637206154107
Binary110101011100100110010011011011111100001100011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C993; }

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

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

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

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

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

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

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

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