Html Css Color HEX #D8A072 Tumbleweed

📋 copy color: '#D8A072'

red 216 ◦ green 160 ◦ blue 114

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

Shades of Tumbleweed #D8A072

Tints of Tumbleweed #D8A072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.27%

R = 44.08%
G = 32.65%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8A072 (or 0xD8A072) is known color: Tumbleweed. HEX triplet: D8, A0 and 72. RGB value is (216,160,114). Sum of RGB (Red+Green+Blue) = 216+160+114=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A072 is #275F8D. Grayscale: #ABABAB. Windows color (decimal): -2580366 or 7512280. OLE color: 7512280.

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

Color convert

RGB 216 160 114 -
CMYK 0 0.26 0.47 0.15
HSL 27.06º 0.57% 0.65% -
HSV(B) 27.06º 0.47% 0.85% -
XYZ 43.93 40.96 21.51 -
YUV 171.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 216 160 114 0 0.26 0.47 0.15 27.06 0.57 0.65
Hex D8 A0 72 0 1A 2F F 1B 39 41
Octal 330 240 162 0 32 57 17 33 71 101
Binary 11011000 10100000 1110010 0 11010 101111 1111 11011 111001 1000001

Color Harmonies of #D8A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A072

Black with #D8A072

Text Example


Text Example

White with #D8A072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A072; }

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

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

background-color css

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

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

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

border-color css

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

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

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