#DFAE45

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

Shades of Tulip Tree #DFAE45

Tints of Tulip Tree #DFAE45

Color information

#DFAE45 (or 0xDFAE45) is unknown color: approx Tulip Tree. HEX triplet: DF, AE and 45. RGB value is (223,174,69). Sum of RGB (Red+Green+Blue) = 223+174+69=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAE45 is #2051BA. Grayscale: #B1B1B1. Windows color (decimal): -2118075 or 4566751. OLE color: 4566751.

HSL color Cylindrical-coordinate representation of color #DFAE45: hue angle of 40.91º degrees, saturation: 0.71, 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 #DFAE45 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22317469-
CMYK00.220.690.13
HSL40.91º70.64%57.25%-
HSV(B)40.91º69.06%87.45%-
XYZ46.6446.3912.13-
YUV176.6867.23161.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.85%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 69 (27.34% from 255) = 14.81%
R=47.85%
G=37.34%
B=14.81%

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
Decimal2231746900.220.690.1340.9170.6457.25
HexDFAE4501645D294739
Octal337256105026105155110771
Binary11011111101011101000101010110100010111011010011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAE45; }

 p { color: rgb(223,174,69); }

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

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

 a { background-color: rgb(223,174,69); }

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

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

 span { border-color: rgb(223,174,69); }

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