#D6D194

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

Shades of Tahuna Sands #D6D194

Tints of Tahuna Sands #D6D194

Color information

#D6D194 (or 0xD6D194) is unknown color: approx Tahuna Sands. HEX triplet: D6, D1 and 94. RGB value is (214,209,148). Sum of RGB (Red+Green+Blue) = 214+209+148=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D194 is #292E6B. Grayscale: #CBCBCB. Windows color (decimal): -2698860 or 9753046. OLE color: 9753046.

HSL color Cylindrical-coordinate representation of color #D6D194: hue angle of 55.45º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6D194 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214209148-
CMYK00.020.310.16
HSL55.45º44.59%70.98%-
HSV(B)55.45º30.84%83.92%-
XYZ55.8862.0437.05-
YUV203.5496.66135.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 209 (82.03% from 255) = 36.60%
BLUE value IS 148 (58.20% from 255) = 25.92%
R=37.48%
G=36.60%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420914800.020.310.1655.4544.5970.98
HexD6D194021F10372d47
Octal3263212240237206755107
Binary11010110110100011001010001011111100001101111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D194; }

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

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

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

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

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

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

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

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