Html Css Color HEX #DEAD49 Tulip Tree

📋 copy color: '#DEAD49'

red 222 ◦ green 173 ◦ blue 73

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

Shades of Tulip Tree #DEAD49

Tints of Tulip Tree #DEAD49

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.97%

 BLUE value IS 73 (28.91% from 255) = 15.6%

R = 47.44%
G = 36.97%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DEAD49 (or 0xDEAD49) is known color: Tulip Tree. HEX triplet: DE, AD and 49. RGB value is (222,173,73). Sum of RGB (Red+Green+Blue) = 222+173+73=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD49 is #2152B6. Grayscale: #B0B0B0. Windows color (decimal): -2183863 or 4828638. OLE color: 4828638.

HSL color Cylindrical-coordinate representation of color #DEAD49: hue angle of 40.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEAD49 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 173 73 -
CMYK 0 0.22 0.67 0.13
HSL 40.27º 0.69% 0.58% -
HSV(B) 40.27º 0.67% 0.87% -
XYZ 46.27 45.9 12.72 -
YUV 176.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 222 173 73 0 0.22 0.67 0.13 40.27 0.69 0.58
Hex DE AD 49 0 16 43 D 28 45 3A
Octal 336 255 111 0 26 103 15 50 105 72
Binary 11011110 10101101 1001001 0 10110 1000011 1101 101000 1000101 111010

Color Harmonies of #DEAD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD49

Black with #DEAD49

Text Example


Text Example

White with #DEAD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD49; }

 p { color: rgb(222,173,73); }

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

background-color css

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

 a { background-color: rgb(222,173,73); }

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

border-color css

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

 span { border-color: rgb(222,173,73); }

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