Html Css Color HEX #D8A076 Tumbleweed

📋 copy color: '#D8A076'

red 216 ◦ green 160 ◦ blue 118

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

Shades of Tumbleweed #D8A076

Tints of Tumbleweed #D8A076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 43.72%
G = 32.39%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D8A076 (or 0xD8A076) is known color: Tumbleweed. HEX triplet: D8, A0 and 76. RGB value is (216,160,118). Sum of RGB (Red+Green+Blue) = 216+160+118=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A076 is #275F89. Grayscale: #ACACAC. Windows color (decimal): -2580362 or 7774424. OLE color: 7774424.

HSL color Cylindrical-coordinate representation of color #D8A076: hue angle of 25.71º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8A076 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 118 -
CMYK 0 0.26 0.45 0.15
HSL 25.71º 0.56% 0.65% -
HSV(B) 25.71º 0.45% 0.85% -
XYZ 44.16 41.05 22.74 -
YUV 171.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 216 160 118 0 0.26 0.45 0.15 25.71 0.56 0.65
Hex D8 A0 76 0 1A 2D F 1A 38 41
Octal 330 240 166 0 32 55 17 32 70 101
Binary 11011000 10100000 1110110 0 11010 101101 1111 11010 111000 1000001

Color Harmonies of #D8A076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A076

Black with #D8A076

Text Example


Text Example

White with #D8A076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A076; }

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

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

background-color css

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

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

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

border-color css

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

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

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