#DEAC3C

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

Shades of Tulip Tree #DEAC3C

Tints of Tulip Tree #DEAC3C

Color information

#DEAC3C (or 0xDEAC3C) is unknown color: approx Tulip Tree. HEX triplet: DE, AC and 3C. RGB value is (222,172,60). Sum of RGB (Red+Green+Blue) = 222+172+60=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC3C is #2153C3. Grayscale: #AEAEAE. Windows color (decimal): -2184132 or 3976414. OLE color: 3976414.

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

Color convert

RGB22217260-
CMYK00.230.730.13
HSL41.48º71.05%55.29%-
HSV(B)41.48º72.97%87.06%-
XYZ45.6945.3610.62-
YUV174.1863.56162.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 60 (23.83% from 255) = 13.22%
R=48.90%
G=37.89%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221726000.230.730.1341.4871.0555.29
HexDEAC3C01749D294737
Octal33625474027111155110767
Binary1101111010101100111100010111100100111011010011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAC3C; }

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

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

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

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

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

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

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

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