#D5CAA1

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

Shades of Tahuna Sands #D5CAA1

Tints of Tahuna Sands #D5CAA1

Color information

#D5CAA1 (or 0xD5CAA1) is unknown color: approx Tahuna Sands. HEX triplet: D5, CA and A1. RGB value is (213,202,161). Sum of RGB (Red+Green+Blue) = 213+202+161=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CAA1 is #2A355E. Grayscale: #C8C8C8. Windows color (decimal): -2766175 or 10603221. OLE color: 10603221.

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

Color convert

RGB213202161-
CMYK00.050.240.16
HSL47.31º38.24%73.33%-
HSV(B)47.31º24.41%83.53%-
XYZ54.9958.9642.2-
YUV200.62105.64136.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 161 (63.28% from 255) = 27.95%
R=36.98%
G=35.07%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320216100.050.240.1647.3138.2473.33
HexD5CAA10518102f2649
Octal3253122410530205746111
Binary110101011100101010100001010111000100001011111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAA1; }

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

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

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

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

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

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

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

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