Html Css Color HEX #D8A980 Tumbleweed

📋 copy color: '#D8A980'

red 216 ◦ green 169 ◦ blue 128

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

Shades of Tumbleweed #D8A980

Tints of Tumbleweed #D8A980

RGB

 RED value IS 216 (84.77% from 255) = 42.11%

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

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

R = 42.11%
G = 32.94%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8A980 (or 0xD8A980) is known color: Tumbleweed. HEX triplet: D8, A9 and 80. RGB value is (216,169,128). Sum of RGB (Red+Green+Blue) = 216+169+128=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A980 is #27567F. Grayscale: #B2B2B2. Windows color (decimal): -2578048 or 8432088. OLE color: 8432088.

HSL color Cylindrical-coordinate representation of color #D8A980: hue angle of 27.95º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8A980 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 169 128 -
CMYK 0 0.22 0.41 0.15
HSL 27.95º 0.53% 0.67% -
HSV(B) 27.95º 0.41% 0.85% -
XYZ 46.4 44.53 26.57 -
YUV 178.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 216 169 128 0 0.22 0.41 0.15 27.95 0.53 0.67
Hex D8 A9 80 0 16 29 F 1C 35 43
Octal 330 251 200 0 26 51 17 34 65 103
Binary 11011000 10101001 10000000 0 10110 101001 1111 11100 110101 1000011

Color Harmonies of #D8A980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A980

Black with #D8A980

Text Example


Text Example

White with #D8A980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A980; }

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

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

background-color css

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

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

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

border-color css

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

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

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