Html Css Color HEX #DEA085 Tumbleweed

📋 copy color: '#DEA085'

red 222 ◦ green 160 ◦ blue 133

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

Shades of Tumbleweed #DEA085

Tints of Tumbleweed #DEA085

RGB

 RED value IS 222 (87.11% from 255) = 43.11%

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

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

R = 43.11%
G = 31.07%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DEA085 (or 0xDEA085) is known color: Tumbleweed. HEX triplet: DE, A0 and 85. RGB value is (222,160,133). Sum of RGB (Red+Green+Blue) = 222+160+133=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA085 is #215F7A. Grayscale: #AFAFAF. Windows color (decimal): -2187131 or 8757470. OLE color: 8757470.

HSL color Cylindrical-coordinate representation of color #DEA085: hue angle of 18.2º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEA085 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 160 133 -
CMYK 0 0.28 0.40 0.13
HSL 18.2º 0.57% 0.7% -
HSV(B) 18.2º 0.4% 0.87% -
XYZ 46.93 42.36 27.89 -
YUV 175.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 222 160 133 0 0.28 0.40 0.13 18.2 0.57 0.7
Hex DE A0 85 0 1C 28 D 12 39 46
Octal 336 240 205 0 34 50 15 22 71 106
Binary 11011110 10100000 10000101 0 11100 101000 1101 10010 111001 1000110

Color Harmonies of #DEA085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA085

Black with #DEA085

Text Example


Text Example

White with #DEA085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA085; }

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

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

background-color css

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

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

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

border-color css

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

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

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