#D5CAA0

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

Shades of Tahuna Sands #D5CAA0

Tints of Tahuna Sands #D5CAA0

Color information

#D5CAA0 (or 0xD5CAA0) is unknown color: approx Tahuna Sands. HEX triplet: D5, CA and A0. RGB value is (213,202,160). Sum of RGB (Red+Green+Blue) = 213+202+160=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CAA0 is #2A355F. Grayscale: #C8C8C8. Windows color (decimal): -2766176 or 10537685. OLE color: 10537685.

HSL color Cylindrical-coordinate representation of color #D5CAA0: hue angle of 47.55º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5CAA0 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB213202160-
CMYK00.050.250.16
HSL47.55º38.69%73.14%-
HSV(B)47.55º24.88%83.53%-
XYZ54.9158.9341.74-
YUV200.5105.14136.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.04%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 160 (62.89% from 255) = 27.83%
R=37.04%
G=35.13%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320216000.050.250.1647.5538.6973.14
HexD5CAA0051910302749
Octal3253122400531206047111
Binary110101011100101010100000010111001100001100001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAA0; }

 p { color: rgb(213,202,160); }

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

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

 a { background-color: rgb(213,202,160); }

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

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

 span { border-color: rgb(213,202,160); }

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