Html Css Color HEX #DEAA31 Tulip Tree

📋 copy color: '#DEAA31'

red 222 ◦ green 170 ◦ blue 49

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

Shades of Tulip Tree #DEAA31

Tints of Tulip Tree #DEAA31

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.55%

 BLUE value IS 49 (19.53% from 255) = 11.11%

R = 50.34%
G = 38.55%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEAA31 (or 0xDEAA31) is known color: Tulip Tree. HEX triplet: DE, AA and 31. RGB value is (222,170,49). Sum of RGB (Red+Green+Blue) = 222+170+49=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA31 is #2155CE. Grayscale: #ACACAC. Windows color (decimal): -2184655 or 3255006. OLE color: 3255006.

HSL color Cylindrical-coordinate representation of color #DEAA31: hue angle of 41.97º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEAA31 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 170 49 -
CMYK 0 0.23 0.78 0.13
HSL 41.97º 0.72% 0.53% -
HSV(B) 41.97º 0.78% 0.87% -
XYZ 45.05 44.5 9.12 -
YUV 171.75 58.73 163.84 -
System Red Green Blue C M Y K H S L
Decimal 222 170 49 0 0.23 0.78 0.13 41.97 0.72 0.53
Hex DE AA 31 0 17 4E D 2A 48 35
Octal 336 252 61 0 27 116 15 52 110 65
Binary 11011110 10101010 110001 0 10111 1001110 1101 101010 1001000 110101

Color Harmonies of #DEAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAA31

Black with #DEAA31

Text Example


Text Example

White with #DEAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAA31; }

 p { color: rgb(222,170,49); }

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

background-color css

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

 a { background-color: rgb(222,170,49); }

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

border-color css

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

 span { border-color: rgb(222,170,49); }

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