#D6A17E

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

Shades of Tumbleweed #D6A17E

Tints of Tumbleweed #D6A17E

Color information

#D6A17E (or 0xD6A17E) is unknown color: approx Tumbleweed. HEX triplet: D6, A1 and 7E. RGB value is (214,161,126). Sum of RGB (Red+Green+Blue) = 214+161+126=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A17E is #295E81. Grayscale: #ADADAD. Windows color (decimal): -2711170 or 8298966. OLE color: 8298966.

HSL color Cylindrical-coordinate representation of color #D6A17E: hue angle of 23.86º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6A17E is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB214161126-
CMYK00.250.410.16
HSL23.86º51.76%66.67%-
HSV(B)23.86º41.12%83.92%-
XYZ44.2441.2925.38-
YUV172.86101.56157.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 126 (49.61% from 255) = 25.15%
R=42.71%
G=32.14%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416112600.250.410.1623.8651.7666.67
HexD6A17E0192910183443
Octal32624117603151203064103
Binary1101011010100001111111001100110100110000110001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A17E; }

 p { color: rgb(214,161,126); }

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

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

 a { background-color: rgb(214,161,126); }

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

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

 span { border-color: rgb(214,161,126); }

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