Html Css Color HEX #DEA472 Tumbleweed

📋 copy color: '#DEA472'

red 222 ◦ green 164 ◦ blue 114

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

Shades of Tumbleweed #DEA472

Tints of Tumbleweed #DEA472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.8%

R = 44.4%
G = 32.8%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DEA472 (or 0xDEA472) is known color: Tumbleweed. HEX triplet: DE, A4 and 72. RGB value is (222,164,114). Sum of RGB (Red+Green+Blue) = 222+164+114=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA472 is #215B8D. Grayscale: #AFAFAF. Windows color (decimal): -2186126 or 7513310. OLE color: 7513310.

HSL color Cylindrical-coordinate representation of color #DEA472: hue angle of 27.78º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEA472 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 164 114 -
CMYK 0 0.26 0.49 0.13
HSL 27.78º 0.62% 0.66% -
HSV(B) 27.78º 0.49% 0.87% -
XYZ 46.44 43.3 21.83 -
YUV 175.64 93.22 161.07 -
System Red Green Blue C M Y K H S L
Decimal 222 164 114 0 0.26 0.49 0.13 27.78 0.62 0.66
Hex DE A4 72 0 1A 31 D 1C 3E 42
Octal 336 244 162 0 32 61 15 34 76 102
Binary 11011110 10100100 1110010 0 11010 110001 1101 11100 111110 1000010

Color Harmonies of #DEA472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA472

Black with #DEA472

Text Example


Text Example

White with #DEA472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA472; }

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

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

background-color css

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

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

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

border-color css

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

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

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