Html Css Color HEX #DEAA32 Tulip Tree

📋 copy color: '#DEAA32'

red 222 ◦ green 170 ◦ blue 50

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

Shades of Tulip Tree #DEAA32

Tints of Tulip Tree #DEAA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.31%

R = 50.23%
G = 38.46%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DEAA32 (or 0xDEAA32) is known color: Tulip Tree. HEX triplet: DE, AA and 32. RGB value is (222,170,50). Sum of RGB (Red+Green+Blue) = 222+170+50=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA32 is #2155CD. Grayscale: #ACACAC. Windows color (decimal): -2184654 or 3320542. OLE color: 3320542.

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

Color convert

RGB 222 170 50 -
CMYK 0 0.23 0.77 0.13
HSL 41.86º 0.72% 0.53% -
HSV(B) 41.86º 0.77% 0.87% -
XYZ 45.07 44.51 9.23 -
YUV 171.87 59.23 163.76 -
System Red Green Blue C M Y K H S L
Decimal 222 170 50 0 0.23 0.77 0.13 41.86 0.72 0.53
Hex DE AA 32 0 17 4D D 2A 48 35
Octal 336 252 62 0 27 115 15 52 110 65
Binary 11011110 10101010 110010 0 10111 1001101 1101 101010 1001000 110101

Color Harmonies of #DEAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAA32

Black with #DEAA32

Text Example


Text Example

White with #DEAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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