#D6CFA5

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

Shades of Tahuna Sands #D6CFA5

Tints of Tahuna Sands #D6CFA5

Color information

#D6CFA5 (or 0xD6CFA5) is unknown color: approx Tahuna Sands. HEX triplet: D6, CF and A5. RGB value is (214,207,165). Sum of RGB (Red+Green+Blue) = 214+207+165=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CFA5 is #29305A. Grayscale: #CCCCCC. Windows color (decimal): -2699355 or 10866646. OLE color: 10866646.

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

Color convert

RGB214207165-
CMYK00.030.230.16
HSL51.43º37.4%74.31%-
HSV(B)51.43º22.9%83.92%-
XYZ56.8461.6444.5-
YUV204.3105.82134.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 165 (64.84% from 255) = 28.16%
R=36.52%
G=35.32%
B=28.16%

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
Decimal21420716500.030.230.1651.4337.474.31
HexD6CFA503171033254a
Octal3263172450327206345112
Binary11010110110011111010010101110111100001100111001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFA5; }

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

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

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

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

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

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

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

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