Html Css Color HEX #D8A685 Tumbleweed

📋 copy color: '#D8A685'

red 216 ◦ green 166 ◦ blue 133

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

Shades of Tumbleweed #D8A685

Tints of Tumbleweed #D8A685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.83%

R = 41.94%
G = 32.23%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D8A685 (or 0xD8A685) is known color: Tumbleweed. HEX triplet: D8, A6 and 85. RGB value is (216,166,133). Sum of RGB (Red+Green+Blue) = 216+166+133=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A685 is #27597A. Grayscale: #B1B1B1. Windows color (decimal): -2578811 or 8759000. OLE color: 8759000.

HSL color Cylindrical-coordinate representation of color #D8A685: hue angle of 23.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8A685 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 166 133 -
CMYK 0 0.23 0.38 0.15
HSL 23.86º 0.52% 0.68% -
HSV(B) 23.86º 0.38% 0.85% -
XYZ 46.19 43.56 28.16 -
YUV 177.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 216 166 133 0 0.23 0.38 0.15 23.86 0.52 0.68
Hex D8 A6 85 0 17 26 F 18 34 44
Octal 330 246 205 0 27 46 17 30 64 104
Binary 11011000 10100110 10000101 0 10111 100110 1111 11000 110100 1000100

Color Harmonies of #D8A685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A685

Black with #D8A685

Text Example


Text Example

White with #D8A685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A685; }

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

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

background-color css

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

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

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

border-color css

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

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

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