#D6AA8C

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

Shades of Tumbleweed #D6AA8C

Tints of Tumbleweed #D6AA8C

Color information

#D6AA8C (or 0xD6AA8C) is unknown color: approx Tumbleweed. HEX triplet: D6, AA and 8C. RGB value is (214,170,140). Sum of RGB (Red+Green+Blue) = 214+170+140=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AA8C is #295573. Grayscale: #B3B3B3. Windows color (decimal): -2708852 or 9218774. OLE color: 9218774.

HSL color Cylindrical-coordinate representation of color #D6AA8C: hue angle of 24.32º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6AA8C is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214170140-
CMYK00.210.350.16
HSL24.32º47.44%69.41%-
HSV(B)24.32º34.58%83.92%-
XYZ46.8444.9431.02-
YUV179.74105.58152.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=40.84%
G=32.44%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417014000.210.350.1624.3247.4469.41
HexD6AA8C0152310182f45
Octal32625221402543203057105
Binary11010110101010101000110001010110001110000110001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AA8C; }

 p { color: rgb(214,170,140); }

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

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

 a { background-color: rgb(214,170,140); }

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

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

 span { border-color: rgb(214,170,140); }

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