#D6A380

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

Shades of Tumbleweed #D6A380

Tints of Tumbleweed #D6A380

Color information

#D6A380 (or 0xD6A380) is unknown color: approx Tumbleweed. HEX triplet: D6, A3 and 80. RGB value is (214,163,128). Sum of RGB (Red+Green+Blue) = 214+163+128=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A380 is #295C7F. Grayscale: #AEAEAE. Windows color (decimal): -2710656 or 8430550. OLE color: 8430550.

HSL color Cylindrical-coordinate representation of color #D6A380: hue angle of 24.42º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6A380 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB214163128-
CMYK00.240.400.16
HSL24.42º51.19%67.06%-
HSV(B)24.42º40.19%83.92%-
XYZ44.7342.0526.18-
YUV174.26101.9156.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 163 (64.06% from 255) = 32.28%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=42.38%
G=32.28%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416312800.240.400.1624.4251.1967.06
HexD6A3800182810183343
Octal32624320003050203063103
Binary11010110101000111000000001100010100010000110001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A380; }

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

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

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

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

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

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

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

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