#D6D095

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

Shades of Tahuna Sands #D6D095

Tints of Tahuna Sands #D6D095

Color information

#D6D095 (or 0xD6D095) is unknown color: approx Tahuna Sands. HEX triplet: D6, D0 and 95. RGB value is (214,208,149). Sum of RGB (Red+Green+Blue) = 214+208+149=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D095 is #292F6A. Grayscale: #CBCBCB. Windows color (decimal): -2699115 or 9818326. OLE color: 9818326.

HSL color Cylindrical-coordinate representation of color #D6D095: hue angle of 54.46º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6D095 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214208149-
CMYK00.030.300.16
HSL54.46º44.22%71.18%-
HSV(B)54.46º30.37%83.92%-
XYZ55.7161.5837.38-
YUV203.0797.49135.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 149 (58.59% from 255) = 26.09%
R=37.48%
G=36.43%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420814900.030.300.1654.4644.2271.18
HexD6D095031E10362c47
Octal3263202250336206654107
Binary11010110110100001001010101111110100001101101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D095; }

 p { color: rgb(214,208,149); }

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

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

 a { background-color: rgb(214,208,149); }

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

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

 span { border-color: rgb(214,208,149); }

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