#DFAA49

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

Shades of Tulip Tree #DFAA49

Tints of Tulip Tree #DFAA49

Color information

#DFAA49 (or 0xDFAA49) is unknown color: approx Tulip Tree. HEX triplet: DF, AA and 49. RGB value is (223,170,73). Sum of RGB (Red+Green+Blue) = 223+170+73=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA49 is #2055B6. Grayscale: #AFAFAF. Windows color (decimal): -2119095 or 4827871. OLE color: 4827871.

HSL color Cylindrical-coordinate representation of color #DFAA49: hue angle of 38.8º degrees, saturation: 0.7, 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 #DFAA49 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB22317073-
CMYK00.240.670.13
HSL38.8º70.09%58.04%-
HSV(B)38.8º67.26%87.45%-
XYZ46.0144.9212.55-
YUV174.7970.56162.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.85%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 73 (28.91% from 255) = 15.67%
R=47.85%
G=36.48%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231707300.240.670.1338.870.0958.04
HexDFAA4901843D27463a
Octal337252111030103154710672
Binary11011111101010101001001011000100001111011001111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA49; }

 p { color: rgb(223,170,73); }

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

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

 a { background-color: rgb(223,170,73); }

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

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

 span { border-color: rgb(223,170,73); }

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