#DEAC46

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

Shades of Tulip Tree #DEAC46

Tints of Tulip Tree #DEAC46

Color information

#DEAC46 (or 0xDEAC46) is unknown color: approx Tulip Tree. HEX triplet: DE, AC and 46. RGB value is (222,172,70). Sum of RGB (Red+Green+Blue) = 222+172+70=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC46 is #2153B9. Grayscale: #AFAFAF. Windows color (decimal): -2184122 or 4631774. OLE color: 4631774.

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

Color convert

RGB22217270-
CMYK00.230.680.13
HSL40.26º69.72%57.25%-
HSV(B)40.26º68.47%87.06%-
XYZ45.9845.4812.15-
YUV175.3268.56161.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.84%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 70 (27.73% from 255) = 15.09%
R=47.84%
G=37.07%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221727000.230.680.1340.2669.7257.25
HexDEAC4601744D284639
Octal336254106027104155010671
Binary11011110101011001000110010111100010011011010001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAC46; }

 p { color: rgb(222,172,70); }

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

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

 a { background-color: rgb(222,172,70); }

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

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

 span { border-color: rgb(222,172,70); }

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