#DEAD45

Color #DEAD45 Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #DEAD45

Tints of Tulip Tree #DEAD45

Color information

#DEAD45 (or 0xDEAD45) is unknown color: approx Tulip Tree. HEX triplet: DE, AD and 45. RGB value is (222,173,69). Sum of RGB (Red+Green+Blue) = 222+173+69=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD45 is #2152BA. Grayscale: #B0B0B0. Windows color (decimal): -2183867 or 4566494. OLE color: 4566494.

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

Color convert

RGB22217369-
CMYK00.220.690.13
HSL40.78º69.86%57.06%-
HSV(B)40.78º68.92%87.06%-
XYZ46.1445.8512.05-
YUV175.867.73160.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.84%
GREEN value IS 173 (67.97% from 255) = 37.28%
BLUE value IS 69 (27.34% from 255) = 14.87%
R=47.84%
G=37.28%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221736900.220.690.1340.7869.8657.06
HexDEAD4501645D294639
Octal336255105026105155110671
Binary11011110101011011000101010110100010111011010011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD45; }

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

 H1.HeaderClassName
 {
   color: #DEAD45;
 }
 .AnyTagClassName
 {
   color: #DEAD45;
 }
</style>
background-color css

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

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

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

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

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

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