#D6A38A

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

Shades of Tumbleweed #D6A38A

Tints of Tumbleweed #D6A38A

Color information

#D6A38A (or 0xD6A38A) is unknown color: approx Tumbleweed. HEX triplet: D6, A3 and 8A. RGB value is (214,163,138). Sum of RGB (Red+Green+Blue) = 214+163+138=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A38A is #295C75. Grayscale: #AFAFAF. Windows color (decimal): -2710646 or 9085910. OLE color: 9085910.

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

Color convert

RGB214163138-
CMYK00.240.360.16
HSL19.74º48.1%69.02%-
HSV(B)19.74º35.51%83.92%-
XYZ45.4242.3329.82-
YUV175.4106.9155.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.55%
GREEN value IS 163 (64.06% from 255) = 31.65%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=41.55%
G=31.65%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416313800.240.360.1619.7448.169.02
HexD6A38A0182410143045
Octal32624321203044202460105
Binary11010110101000111000101001100010010010000101001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A38A; }

 p { color: rgb(214,163,138); }

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

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

 a { background-color: rgb(214,163,138); }

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

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

 span { border-color: rgb(214,163,138); }

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