#d6a280

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

Shades of Tumbleweed #D6A280

Tints of Tumbleweed #D6A280

Color information

#D6A280 (or 0xD6A280) is unknown color: approx Tumbleweed. HEX triplet: D6, A2 and 80. RGB value is (214,162,128). Sum of RGB (Red+Green+Blue) = 214+162+128=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A280 is #295D7F. Grayscale: #ADADAD. Windows color (decimal): -2710912 or 8430294. OLE color: 8430294.

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

Color convert

RGB214162128-
CMYK00.240.400.16
HSL23.72º51.19%67.06%-
HSV(B)23.72º40.19%83.92%-
XYZ44.5541.726.12-
YUV173.67102.23156.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=42.46%
G=32.14%
B=25.40%

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
Decimal21416212800.240.400.1623.7251.1967.06
HexD6A2800182810183343
Octal32624220003050203063103
Binary11010110101000101000000001100010100010000110001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6a280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6a280; }

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

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

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

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

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

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

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

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