#D6CFA0

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

Shades of Tahuna Sands #D6CFA0

Tints of Tahuna Sands #D6CFA0

Color information

#D6CFA0 (or 0xD6CFA0) is unknown color: approx Tahuna Sands. HEX triplet: D6, CF and A0. RGB value is (214,207,160). Sum of RGB (Red+Green+Blue) = 214+207+160=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CFA0 is #29305F. Grayscale: #CBCBCB. Windows color (decimal): -2699360 or 10538966. OLE color: 10538966.

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

Color convert

RGB214207160-
CMYK00.030.250.16
HSL52.22º39.71%73.33%-
HSV(B)52.22º25.23%83.92%-
XYZ56.3961.4642.15-
YUV203.74103.32135.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 160 (62.89% from 255) = 27.54%
R=36.83%
G=35.63%
B=27.54%

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
Decimal21420716000.030.250.1652.2239.7173.33
HexD6CFA0031910342849
Octal3263172400331206450111
Binary11010110110011111010000001111001100001101001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFA0; }

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

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

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

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

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

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

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

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