#D6CF9C

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

Shades of Tahuna Sands #D6CF9C

Tints of Tahuna Sands #D6CF9C

Color information

#D6CF9C (or 0xD6CF9C) is unknown color: approx Tahuna Sands. HEX triplet: D6, CF and 9C. RGB value is (214,207,156). Sum of RGB (Red+Green+Blue) = 214+207+156=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CF9C is #293063. Grayscale: #CBCBCB. Windows color (decimal): -2699364 or 10276822. OLE color: 10276822.

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

Color convert

RGB214207156-
CMYK00.030.270.16
HSL52.76º41.43%72.55%-
HSV(B)52.76º27.1%83.92%-
XYZ56.0561.3240.33-
YUV203.28101.32135.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 156 (61.33% from 255) = 27.04%
R=37.09%
G=35.88%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420715600.030.270.1652.7641.4372.55
HexD6CF9C031B10352949
Octal3263172340333206551111
Binary11010110110011111001110001111011100001101011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CF9C; }

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

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

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

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

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

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

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

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