Html Css Color HEX #DEA370 Tumbleweed

📋 copy color: '#DEA370'

red 222 ◦ green 163 ◦ blue 112

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

Shades of Tumbleweed #DEA370

Tints of Tumbleweed #DEA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.8%

 BLUE value IS 112 (44.14% from 255) = 22.54%

R = 44.67%
G = 32.8%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DEA370 (or 0xDEA370) is known color: Tumbleweed. HEX triplet: DE, A3 and 70. RGB value is (222,163,112). Sum of RGB (Red+Green+Blue) = 222+163+112=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA370 is #215C8F. Grayscale: #AFAFAF. Windows color (decimal): -2186384 or 7381982. OLE color: 7381982.

HSL color Cylindrical-coordinate representation of color #DEA370: hue angle of 27.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEA370 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 163 112 -
CMYK 0 0.27 0.50 0.13
HSL 27.82º 0.63% 0.65% -
HSV(B) 27.82º 0.5% 0.87% -
XYZ 46.15 42.89 21.18 -
YUV 174.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 222 163 112 0 0.27 0.50 0.13 27.82 0.63 0.65
Hex DE A3 70 0 1B 32 D 1C 3E 41
Octal 336 243 160 0 33 62 15 34 76 101
Binary 11011110 10100011 1110000 0 11011 110010 1101 11100 111110 1000001

Color Harmonies of #DEA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA370

Black with #DEA370

Text Example


Text Example

White with #DEA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA370; }

 p { color: rgb(222,163,112); }

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

background-color css

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

 a { background-color: rgb(222,163,112); }

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

border-color css

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

 span { border-color: rgb(222,163,112); }

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