Html Css Color HEX #D8A485 Tumbleweed

📋 copy color: '#D8A485'

red 216 ◦ green 164 ◦ blue 133

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

Shades of Tumbleweed #D8A485

Tints of Tumbleweed #D8A485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.97%

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

R = 42.11%
G = 31.97%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D8A485 (or 0xD8A485) is known color: Tumbleweed. HEX triplet: D8, A4 and 85. RGB value is (216,164,133). Sum of RGB (Red+Green+Blue) = 216+164+133=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A485 is #275B7A. Grayscale: #B0B0B0. Windows color (decimal): -2579323 or 8758488. OLE color: 8758488.

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

Color convert

RGB 216 164 133 -
CMYK 0 0.24 0.38 0.15
HSL 22.41º 0.52% 0.68% -
HSV(B) 22.41º 0.38% 0.85% -
XYZ 45.83 42.84 28.04 -
YUV 176.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 216 164 133 0 0.24 0.38 0.15 22.41 0.52 0.68
Hex D8 A4 85 0 18 26 F 16 34 44
Octal 330 244 205 0 30 46 17 26 64 104
Binary 11011000 10100100 10000101 0 11000 100110 1111 10110 110100 1000100

Color Harmonies of #D8A485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A485

Black with #D8A485

Text Example


Text Example

White with #D8A485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A485; }

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

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

background-color css

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

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

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

border-color css

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

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

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