#D6CFA1

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

Shades of Tahuna Sands #D6CFA1

Tints of Tahuna Sands #D6CFA1

Color information

#D6CFA1 (or 0xD6CFA1) is unknown color: approx Tahuna Sands. HEX triplet: D6, CF and A1. RGB value is (214,207,161). Sum of RGB (Red+Green+Blue) = 214+207+161=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CFA1 is #29305E. Grayscale: #CCCCCC. Windows color (decimal): -2699359 or 10604502. OLE color: 10604502.

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

Color convert

RGB214207161-
CMYK00.030.250.16
HSL52.08º39.26%73.53%-
HSV(B)52.08º24.77%83.92%-
XYZ56.4861.542.61-
YUV203.85103.82135.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.77%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 161 (63.28% from 255) = 27.66%
R=36.77%
G=35.57%
B=27.66%

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
Decimal21420716100.030.250.1652.0839.2673.53
HexD6CFA103191034274a
Octal3263172410331206447112
Binary11010110110011111010000101111001100001101001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFA1; }

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

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

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

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

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

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

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

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