#D5CFA0

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

Shades of Tahuna Sands #D5CFA0

Tints of Tahuna Sands #D5CFA0

Color information

#D5CFA0 (or 0xD5CFA0) is unknown color: approx Tahuna Sands. HEX triplet: D5, CF and A0. RGB value is (213,207,160). Sum of RGB (Red+Green+Blue) = 213+207+160=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CFA0 is #2A305F. Grayscale: #CBCBCB. Windows color (decimal): -2764896 or 10538965. OLE color: 10538965.

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

Color convert

RGB213207160-
CMYK00.030.250.16
HSL53.21º38.69%73.14%-
HSV(B)53.21º24.88%83.53%-
XYZ56.161.3142.13-
YUV203.44103.49134.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.72%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 160 (62.89% from 255) = 27.59%
R=36.72%
G=35.69%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320716000.030.250.1653.2138.6973.14
HexD5CFA0031910352749
Octal3253172400331206547111
Binary11010101110011111010000001111001100001101011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CFA0; }

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

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

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

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

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

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

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

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