Html Css Color HEX #D8A680 Tumbleweed

📋 copy color: '#D8A680'

red 216 ◦ green 166 ◦ blue 128

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

Shades of Tumbleweed #D8A680

Tints of Tumbleweed #D8A680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.55%

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

R = 42.35%
G = 32.55%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8A680 (or 0xD8A680) is known color: Tumbleweed. HEX triplet: D8, A6 and 80. RGB value is (216,166,128). Sum of RGB (Red+Green+Blue) = 216+166+128=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A680 is #27597F. Grayscale: #B0B0B0. Windows color (decimal): -2578816 or 8431320. OLE color: 8431320.

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

Color convert

RGB 216 166 128 -
CMYK 0 0.23 0.41 0.15
HSL 25.91º 0.53% 0.67% -
HSV(B) 25.91º 0.41% 0.85% -
XYZ 45.85 43.43 26.39 -
YUV 176.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 216 166 128 0 0.23 0.41 0.15 25.91 0.53 0.67
Hex D8 A6 80 0 17 29 F 1A 35 43
Octal 330 246 200 0 27 51 17 32 65 103
Binary 11011000 10100110 10000000 0 10111 101001 1111 11010 110101 1000011

Color Harmonies of #D8A680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A680

Black with #D8A680

Text Example


Text Example

White with #D8A680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A680; }

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

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

background-color css

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

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

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

border-color css

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

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

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