Html Css Color HEX #D8A085 Tumbleweed

📋 copy color: '#D8A085'

red 216 ◦ green 160 ◦ blue 133

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

Shades of Tumbleweed #D8A085

Tints of Tumbleweed #D8A085

RGB

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

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

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

R = 42.44%
G = 31.43%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D8A085 (or 0xD8A085) is known color: Tumbleweed. HEX triplet: D8, A0 and 85. RGB value is (216,160,133). Sum of RGB (Red+Green+Blue) = 216+160+133=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A085 is #275F7A. Grayscale: #ADADAD. Windows color (decimal): -2580347 or 8757464. OLE color: 8757464.

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

Color convert

RGB 216 160 133 -
CMYK 0 0.26 0.38 0.15
HSL 19.52º 0.52% 0.68% -
HSV(B) 19.52º 0.38% 0.85% -
XYZ 45.12 41.43 27.81 -
YUV 173.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 216 160 133 0 0.26 0.38 0.15 19.52 0.52 0.68
Hex D8 A0 85 0 1A 26 F 14 34 44
Octal 330 240 205 0 32 46 17 24 64 104
Binary 11011000 10100000 10000101 0 11010 100110 1111 10100 110100 1000100

Color Harmonies of #D8A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A085

Black with #D8A085

Text Example


Text Example

White with #D8A085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A085; }

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

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

background-color css

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

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

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

border-color css

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

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

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