Html Css Color HEX #D8A080 Tumbleweed

📋 copy color: '#D8A080'

red 216 ◦ green 160 ◦ blue 128

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

Shades of Tumbleweed #D8A080

Tints of Tumbleweed #D8A080

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.75%

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

R = 42.86%
G = 31.75%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8A080 (or 0xD8A080) is known color: Tumbleweed. HEX triplet: D8, A0 and 80. RGB value is (216,160,128). Sum of RGB (Red+Green+Blue) = 216+160+128=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A080 is #275F7F. Grayscale: #ADADAD. Windows color (decimal): -2580352 or 8429784. OLE color: 8429784.

HSL color Cylindrical-coordinate representation of color #D8A080: hue angle of 21.82º 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 #D8A080 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 128 -
CMYK 0 0.26 0.41 0.15
HSL 21.82º 0.53% 0.67% -
HSV(B) 21.82º 0.41% 0.85% -
XYZ 44.79 41.3 26.03 -
YUV 173.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 216 160 128 0 0.26 0.41 0.15 21.82 0.53 0.67
Hex D8 A0 80 0 1A 29 F 16 35 43
Octal 330 240 200 0 32 51 17 26 65 103
Binary 11011000 10100000 10000000 0 11010 101001 1111 10110 110101 1000011

Color Harmonies of #D8A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A080

Black with #D8A080

Text Example


Text Example

White with #D8A080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A080; }

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

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

background-color css

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

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

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

border-color css

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

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

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