#D5CFA1

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

Shades of Tahuna Sands #D5CFA1

Tints of Tahuna Sands #D5CFA1

Color information

#D5CFA1 (or 0xD5CFA1) is unknown color: approx Tahuna Sands. HEX triplet: D5, CF and A1. RGB value is (213,207,161). Sum of RGB (Red+Green+Blue) = 213+207+161=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CFA1 is #2A305E. Grayscale: #CBCBCB. Windows color (decimal): -2764895 or 10604501. OLE color: 10604501.

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

Color convert

RGB213207161-
CMYK00.030.240.16
HSL53.08º38.24%73.33%-
HSV(B)53.08º24.41%83.53%-
XYZ56.1961.3442.6-
YUV203.55103.99134.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.66%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 161 (63.28% from 255) = 27.71%
R=36.66%
G=35.63%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320716100.030.240.1653.0838.2473.33
HexD5CFA1031810352649
Octal3253172410330206546111
Binary11010101110011111010000101111000100001101011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CFA1; }

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

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

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

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

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

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

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

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