Html Css Color HEX #DEA034 Tulip Tree

📋 copy color: '#DEA034'

red 222 ◦ green 160 ◦ blue 52

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

Shades of Tulip Tree #DEA034

Tints of Tulip Tree #DEA034

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.87%

 BLUE value IS 52 (20.7% from 255) = 11.98%

R = 51.15%
G = 36.87%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DEA034 (or 0xDEA034) is known color: Tulip Tree. HEX triplet: DE, A0 and 34. RGB value is (222,160,52). Sum of RGB (Red+Green+Blue) = 222+160+52=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA034 is #215FCB. Grayscale: #A6A6A6. Windows color (decimal): -2187212 or 3449054. OLE color: 3449054.

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

Color convert

RGB 222 160 52 -
CMYK 0 0.28 0.77 0.13
HSL 38.12º 0.72% 0.54% -
HSV(B) 38.12º 0.77% 0.87% -
XYZ 43.31 40.92 8.86 -
YUV 166.23 63.54 167.78 -
System Red Green Blue C M Y K H S L
Decimal 222 160 52 0 0.28 0.77 0.13 38.12 0.72 0.54
Hex DE A0 34 0 1C 4D D 26 48 36
Octal 336 240 64 0 34 115 15 46 110 66
Binary 11011110 10100000 110100 0 11100 1001101 1101 100110 1001000 110110

Color Harmonies of #DEA034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA034

Black with #DEA034

Text Example


Text Example

White with #DEA034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA034; }

 p { color: rgb(222,160,52); }

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

background-color css

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

 a { background-color: rgb(222,160,52); }

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

border-color css

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

 span { border-color: rgb(222,160,52); }

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