Html Css Color HEX #D6A980 Tumbleweed

📋 copy color: '#D6A980'

red 214 ◦ green 169 ◦ blue 128

#D6A980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tumbleweed #D6A980

Tints of Tumbleweed #D6A980

RGB

 RED value IS 214 (83.98% from 255) = 41.88%

 GREEN value IS 169 (66.41% from 255) = 33.07%

 BLUE value IS 128 (50.39% from 255) = 25.05%

R = 41.88%
G = 33.07%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D6A980 (or 0xD6A980) is known color: Tumbleweed. HEX triplet: D6, A9 and 80. RGB value is (214,169,128). Sum of RGB (Red+Green+Blue) = 214+169+128=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A980 is #29567F. Grayscale: #B1B1B1. Windows color (decimal): -2709120 or 8432086. OLE color: 8432086.

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

Color convert

RGB 214 169 128 -
CMYK 0 0.21 0.40 0.16
HSL 28.6º 0.51% 0.67% -
HSV(B) 28.6º 0.4% 0.84% -
XYZ 45.82 44.23 26.54 -
YUV 177.78 99.91 153.83 -
System Red Green Blue C M Y K H S L
Decimal 214 169 128 0 0.21 0.40 0.16 28.6 0.51 0.67
Hex D6 A9 80 0 15 28 10 1D 33 43
Octal 326 251 200 0 25 50 20 35 63 103
Binary 11010110 10101001 10000000 0 10101 101000 10000 11101 110011 1000011

Color Harmonies of #D6A980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A980

Black with #D6A980

Text Example


Text Example

White with #D6A980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A980; }

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

 H1.HeaderClassName
 {
   color: #D6A980;
 }
 .AnyTagClassName
 {
   color: #D6A980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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