#D6D195

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

Shades of Tahuna Sands #D6D195

Tints of Tahuna Sands #D6D195

Color information

#D6D195 (or 0xD6D195) is unknown color: approx Tahuna Sands. HEX triplet: D6, D1 and 95. RGB value is (214,209,149). Sum of RGB (Red+Green+Blue) = 214+209+149=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D195 is #292E6A. Grayscale: #CBCBCB. Windows color (decimal): -2698859 or 9818582. OLE color: 9818582.

HSL color Cylindrical-coordinate representation of color #D6D195: hue angle of 55.38º 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 #D6D195 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214209149-
CMYK00.020.300.16
HSL55.38º44.22%71.18%-
HSV(B)55.38º30.37%83.92%-
XYZ55.9662.0737.46-
YUV203.6597.16135.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.41%
GREEN value IS 209 (82.03% from 255) = 36.54%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=37.41%
G=36.54%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420914900.020.300.1655.3844.2271.18
HexD6D195021E10372c47
Octal3263212250236206754107
Binary11010110110100011001010101011110100001101111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D195; }

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

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

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

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

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

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

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

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