Html Css Color HEX #DEAA40 Tulip Tree

📋 copy color: '#DEAA40'

red 222 ◦ green 170 ◦ blue 64

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

Shades of Tulip Tree #DEAA40

Tints of Tulip Tree #DEAA40

RGB

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

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

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

R = 48.68%
G = 37.28%
B = 14.04%

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

#DEAA40 (or 0xDEAA40) is known color: Tulip Tree. HEX triplet: DE, AA and 40. RGB value is (222,170,64). Sum of RGB (Red+Green+Blue) = 222+170+64=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA40 is #2155BF. Grayscale: #ADADAD. Windows color (decimal): -2184640 or 4238046. OLE color: 4238046.

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

Color convert

RGB 222 170 64 -
CMYK 0 0.23 0.71 0.13
HSL 40.25º 0.71% 0.56% -
HSV(B) 40.25º 0.71% 0.87% -
XYZ 45.42 44.65 11.07 -
YUV 173.46 66.23 162.62 -
System Red Green Blue C M Y K H S L
Decimal 222 170 64 0 0.23 0.71 0.13 40.25 0.71 0.56
Hex DE AA 40 0 17 47 D 28 47 38
Octal 336 252 100 0 27 107 15 50 107 70
Binary 11011110 10101010 1000000 0 10111 1000111 1101 101000 1000111 111000

Color Harmonies of #DEAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAA40

Black with #DEAA40

Text Example


Text Example

White with #DEAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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