#DEAD35

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

Shades of Tulip Tree #DEAD35

Tints of Tulip Tree #DEAD35

Color information

#DEAD35 (or 0xDEAD35) is unknown color: approx Tulip Tree. HEX triplet: DE, AD and 35. RGB value is (222,173,53). Sum of RGB (Red+Green+Blue) = 222+173+53=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD35 is #2152CA. Grayscale: #AEAEAE. Windows color (decimal): -2183883 or 3517918. OLE color: 3517918.

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

Color convert

RGB22217353-
CMYK00.220.760.13
HSL42.6º71.91%53.92%-
HSV(B)42.6º76.13%87.06%-
XYZ45.7145.679.77-
YUV173.9759.73162.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.55%
GREEN value IS 173 (67.97% from 255) = 38.62%
BLUE value IS 53 (21.09% from 255) = 11.83%
R=49.55%
G=38.62%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221735300.220.760.1342.671.9153.92
HexDEAD350164CD2b4836
Octal33625565026114155311066
Binary1101111010101101110101010110100110011011010111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD35; }

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

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

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

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

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

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

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

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