#D6C092

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

Shades of Tan #D6C092

Tints of Tan #D6C092

Color information

#D6C092 (or 0xD6C092) is unknown color: approx Tan. HEX triplet: D6, C0 and 92. RGB value is (214,192,146). Sum of RGB (Red+Green+Blue) = 214+192+146=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C092 is #293F6D. Grayscale: #C1C1C1. Windows color (decimal): -2703214 or 9617622. OLE color: 9617622.

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

Color convert

RGB214192146-
CMYK00.100.320.16
HSL40.59º45.33%70.59%-
HSV(B)40.59º31.78%83.92%-
XYZ51.7754.0734.9-
YUV193.33101.29142.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.77%
GREEN value IS 192 (75.39% from 255) = 34.78%
BLUE value IS 146 (57.42% from 255) = 26.45%
R=38.77%
G=34.78%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419214600.100.320.1640.5945.3370.59
HexD6C0920A2010292d47
Octal32630022201240205155107
Binary11010110110000001001001001010100000100001010011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C092; }

 p { color: rgb(214,192,146); }

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

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

 a { background-color: rgb(214,192,146); }

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

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

 span { border-color: rgb(214,192,146); }

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