Html Css Color HEX #DEAA42 Tulip Tree

📋 copy color: '#DEAA42'

red 222 ◦ green 170 ◦ blue 66

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

Shades of Tulip Tree #DEAA42

Tints of Tulip Tree #DEAA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.41%

R = 48.47%
G = 37.12%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DEAA42 (or 0xDEAA42) is known color: Tulip Tree. HEX triplet: DE, AA and 42. RGB value is (222,170,66). Sum of RGB (Red+Green+Blue) = 222+170+66=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA42 is #2155BD. Grayscale: #AEAEAE. Windows color (decimal): -2184638 or 4369118. OLE color: 4369118.

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

Color convert

RGB 222 170 66 -
CMYK 0 0.23 0.70 0.13
HSL 40º 0.7% 0.56% -
HSV(B) 40º 0.7% 0.87% -
XYZ 45.48 44.67 11.38 -
YUV 173.69 67.23 162.46 -
System Red Green Blue C M Y K H S L
Decimal 222 170 66 0 0.23 0.70 0.13 40 0.7 0.56
Hex DE AA 42 0 17 46 D 28 46 38
Octal 336 252 102 0 27 106 15 50 106 70
Binary 11011110 10101010 1000010 0 10111 1000110 1101 101000 1000110 111000

Color Harmonies of #DEAA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAA42

Black with #DEAA42

Text Example


Text Example

White with #DEAA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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