Html Css Color HEX #D8A075 Tumbleweed

📋 copy color: '#D8A075'

red 216 ◦ green 160 ◦ blue 117

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

Shades of Tumbleweed #D8A075

Tints of Tumbleweed #D8A075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.73%

R = 43.81%
G = 32.45%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D8A075 (or 0xD8A075) is known color: Tumbleweed. HEX triplet: D8, A0 and 75. RGB value is (216,160,117). Sum of RGB (Red+Green+Blue) = 216+160+117=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A075 is #275F8A. Grayscale: #ACACAC. Windows color (decimal): -2580363 or 7708888. OLE color: 7708888.

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

Color convert

RGB 216 160 117 -
CMYK 0 0.26 0.46 0.15
HSL 26.06º 0.56% 0.65% -
HSV(B) 26.06º 0.46% 0.85% -
XYZ 44.1 41.02 22.42 -
YUV 171.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 216 160 117 0 0.26 0.46 0.15 26.06 0.56 0.65
Hex D8 A0 75 0 1A 2E F 1A 38 41
Octal 330 240 165 0 32 56 17 32 70 101
Binary 11011000 10100000 1110101 0 11010 101110 1111 11010 111000 1000001

Color Harmonies of #D8A075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A075

Black with #D8A075

Text Example


Text Example

White with #D8A075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A075; }

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

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

background-color css

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

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

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

border-color css

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

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

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