#D6CF8F

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

Shades of Tahuna Sands #D6CF8F

Tints of Tahuna Sands #D6CF8F

Color information

#D6CF8F (or 0xD6CF8F) is unknown color: approx Tahuna Sands. HEX triplet: D6, CF and 8F. RGB value is (214,207,143). Sum of RGB (Red+Green+Blue) = 214+207+143=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CF8F is #293070. Grayscale: #CACACA. Windows color (decimal): -2699377 or 9424854. OLE color: 9424854.

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

Color convert

RGB214207143-
CMYK00.030.330.16
HSL54.08º46.41%70%-
HSV(B)54.08º33.18%83.92%-
XYZ5560.934.84-
YUV201.894.82136.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.94%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 143 (56.25% from 255) = 25.35%
R=37.94%
G=36.70%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420714300.030.330.1654.0846.4170
HexD6CF8F032110362e46
Octal3263172170341206656106
Binary110101101100111110001111011100001100001101101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CF8F; }

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

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

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

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

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

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

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

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