Html Css Color HEX #D8A170 Tumbleweed

📋 copy color: '#D8A170'

red 216 ◦ green 161 ◦ blue 112

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

Shades of Tumbleweed #D8A170

Tints of Tumbleweed #D8A170

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.92%

 BLUE value IS 112 (44.14% from 255) = 22.9%

R = 44.17%
G = 32.92%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8A170 (or 0xD8A170) is known color: Tumbleweed. HEX triplet: D8, A1 and 70. RGB value is (216,161,112). Sum of RGB (Red+Green+Blue) = 216+161+112=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A170 is #275E8F. Grayscale: #ACACAC. Windows color (decimal): -2580112 or 7381464. OLE color: 7381464.

HSL color Cylindrical-coordinate representation of color #D8A170: hue angle of 28.27º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8A170 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 161 112 -
CMYK 0 0.25 0.48 0.15
HSL 28.27º 0.57% 0.64% -
HSV(B) 28.27º 0.48% 0.85% -
XYZ 43.99 41.26 20.97 -
YUV 171.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 216 161 112 0 0.25 0.48 0.15 28.27 0.57 0.64
Hex D8 A1 70 0 19 30 F 1C 39 40
Octal 330 241 160 0 31 60 17 34 71 100
Binary 11011000 10100001 1110000 0 11001 110000 1111 11100 111001 1000000

Color Harmonies of #D8A170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A170

Black with #D8A170

Text Example


Text Example

White with #D8A170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A170; }

 p { color: rgb(216,161,112); }

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

background-color css

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

 a { background-color: rgb(216,161,112); }

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

border-color css

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

 span { border-color: rgb(216,161,112); }

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