#D6A278

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

Shades of Tumbleweed #D6A278

Tints of Tumbleweed #D6A278

Color information

#D6A278 (or 0xD6A278) is unknown color: approx Tumbleweed. HEX triplet: D6, A2 and 78. RGB value is (214,162,120). Sum of RGB (Red+Green+Blue) = 214+162+120=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A278 is #295D87. Grayscale: #ACACAC. Windows color (decimal): -2710920 or 7906006. OLE color: 7906006.

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

Color convert

RGB214162120-
CMYK00.240.440.16
HSL26.81º53.41%65.49%-
HSV(B)26.81º43.93%83.92%-
XYZ44.0441.4923.46-
YUV172.7698.23157.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 120 (47.27% from 255) = 24.19%
R=43.15%
G=32.66%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416212000.240.440.1626.8153.4165.49
HexD6A2780182C101b3541
Octal32624217003054203365101
Binary1101011010100010111100001100010110010000110111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A278; }

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

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

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

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

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

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

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

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