Html Css Color HEX #DEA485 Tumbleweed

📋 copy color: '#DEA485'

red 222 ◦ green 164 ◦ blue 133

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

Shades of Tumbleweed #DEA485

Tints of Tumbleweed #DEA485

RGB

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

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

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

R = 42.77%
G = 31.6%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DEA485 (or 0xDEA485) is known color: Tumbleweed. HEX triplet: DE, A4 and 85. RGB value is (222,164,133). Sum of RGB (Red+Green+Blue) = 222+164+133=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA485 is #215B7A. Grayscale: #B1B1B1. Windows color (decimal): -2186107 or 8758494. OLE color: 8758494.

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

Color convert

RGB 222 164 133 -
CMYK 0 0.26 0.40 0.13
HSL 20.9º 0.57% 0.7% -
HSV(B) 20.9º 0.4% 0.87% -
XYZ 47.63 43.77 28.13 -
YUV 177.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 222 164 133 0 0.26 0.40 0.13 20.9 0.57 0.7
Hex DE A4 85 0 1A 28 D 15 39 46
Octal 336 244 205 0 32 50 15 25 71 106
Binary 11011110 10100100 10000101 0 11010 101000 1101 10101 111001 1000110

Color Harmonies of #DEA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA485

Black with #DEA485

Text Example


Text Example

White with #DEA485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA485; }

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

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

background-color css

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

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

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

border-color css

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

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

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