#D6A27E

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

Shades of Tumbleweed #D6A27E

Tints of Tumbleweed #D6A27E

Color information

#D6A27E (or 0xD6A27E) is unknown color: approx Tumbleweed. HEX triplet: D6, A2 and 7E. RGB value is (214,162,126). Sum of RGB (Red+Green+Blue) = 214+162+126=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A27E is #295D81. Grayscale: #ADADAD. Windows color (decimal): -2710914 or 8299222. OLE color: 8299222.

HSL color Cylindrical-coordinate representation of color #D6A27E: hue angle of 24.55º 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 #D6A27E is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB214162126-
CMYK00.240.410.16
HSL24.55º51.76%66.67%-
HSV(B)24.55º41.12%83.92%-
XYZ44.4241.6425.44-
YUV173.44101.23156.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 126 (49.61% from 255) = 25.10%
R=42.63%
G=32.27%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416212600.240.410.1624.5551.7666.67
HexD6A27E0182910193443
Octal32624217603051203164103
Binary1101011010100010111111001100010100110000110011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A27E; }

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

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

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

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

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

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

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

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