#D6CFA4

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

Shades of Tahuna Sands #D6CFA4

Tints of Tahuna Sands #D6CFA4

Color information

#D6CFA4 (or 0xD6CFA4) is unknown color: approx Tahuna Sands. HEX triplet: D6, CF and A4. RGB value is (214,207,164). Sum of RGB (Red+Green+Blue) = 214+207+164=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 164 (64.45% from 255 or 28.03% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CFA4 is #29305B. Grayscale: #CCCCCC. Windows color (decimal): -2699356 or 10801110. OLE color: 10801110.

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

Color convert

RGB214207164-
CMYK00.030.230.16
HSL51.6º37.88%74.12%-
HSV(B)51.6º23.36%83.92%-
XYZ56.7561.644.02-
YUV204.19105.32135-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 164 (64.45% from 255) = 28.03%
R=36.58%
G=35.38%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420716400.030.230.1651.637.8874.12
HexD6CFA403171034264a
Octal3263172440327206446112
Binary11010110110011111010010001110111100001101001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFA4; }

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

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

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

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

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

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

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

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