Html Css Color HEX #DEA040 Fire Bush

📋 copy color: '#DEA040'

red 222 ◦ green 160 ◦ blue 64

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

Shades of Fire Bush #DEA040

Tints of Fire Bush #DEA040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.35%

R = 49.78%
G = 35.87%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEA040 (or 0xDEA040) is known color: Fire Bush. HEX triplet: DE, A0 and 40. RGB value is (222,160,64). Sum of RGB (Red+Green+Blue) = 222+160+64=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA040 is #215FBF. Grayscale: #A8A8A8. Windows color (decimal): -2187200 or 4235486. OLE color: 4235486.

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

Color convert

RGB 222 160 64 -
CMYK 0 0.28 0.71 0.13
HSL 36.46º 0.71% 0.56% -
HSV(B) 36.46º 0.71% 0.87% -
XYZ 43.62 41.04 10.47 -
YUV 167.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 222 160 64 0 0.28 0.71 0.13 36.46 0.71 0.56
Hex DE A0 40 0 1C 47 D 24 47 38
Octal 336 240 100 0 34 107 15 44 107 70
Binary 11011110 10100000 1000000 0 11100 1000111 1101 100100 1000111 111000

Color Harmonies of #DEA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA040

Black with #DEA040

Text Example


Text Example

White with #DEA040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA040; }

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

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

background-color css

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

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

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

border-color css

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

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

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