Html Css Color HEX #DEAA41 Tulip Tree

📋 copy color: '#DEAA41'

red 222 ◦ green 170 ◦ blue 65

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

Shades of Tulip Tree #DEAA41

Tints of Tulip Tree #DEAA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.22%

R = 48.58%
G = 37.2%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEAA41 (or 0xDEAA41) is known color: Tulip Tree. HEX triplet: DE, AA and 41. RGB value is (222,170,65). Sum of RGB (Red+Green+Blue) = 222+170+65=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA41 is #2155BE. Grayscale: #AEAEAE. Windows color (decimal): -2184639 or 4303582. OLE color: 4303582.

HSL color Cylindrical-coordinate representation of color #DEAA41: hue angle of 40.13º degrees, saturation: 0.7, 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 #DEAA41 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 170 65 -
CMYK 0 0.23 0.71 0.13
HSL 40.13º 0.7% 0.56% -
HSV(B) 40.13º 0.71% 0.87% -
XYZ 45.45 44.66 11.23 -
YUV 173.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 222 170 65 0 0.23 0.71 0.13 40.13 0.7 0.56
Hex DE AA 41 0 17 47 D 28 46 38
Octal 336 252 101 0 27 107 15 50 106 70
Binary 11011110 10101010 1000001 0 10111 1000111 1101 101000 1000110 111000

Color Harmonies of #DEAA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAA41

Black with #DEAA41

Text Example


Text Example

White with #DEAA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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