#D6A184

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

Shades of Tumbleweed #D6A184

Tints of Tumbleweed #D6A184

Color information

#D6A184 (or 0xD6A184) is unknown color: approx Tumbleweed. HEX triplet: D6, A1 and 84. RGB value is (214,161,132). Sum of RGB (Red+Green+Blue) = 214+161+132=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A184 is #295E7B. Grayscale: #ADADAD. Windows color (decimal): -2711164 or 8692182. OLE color: 8692182.

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

Color convert

RGB214161132-
CMYK00.250.380.16
HSL21.22º50%67.84%-
HSV(B)21.22º38.32%83.92%-
XYZ44.6441.4527.48-
YUV173.54104.56156.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 132 (51.95% from 255) = 26.04%
R=42.21%
G=31.76%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416113200.250.380.1621.225067.84
HexD6A1840192610153244
Octal32624120403146202562104
Binary11010110101000011000010001100110011010000101011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A184; }

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

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

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

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

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

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

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

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