#DFAE3C

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

Shades of Tulip Tree #DFAE3C

Tints of Tulip Tree #DFAE3C

Color information

#DFAE3C (or 0xDFAE3C) is unknown color: approx Tulip Tree. HEX triplet: DF, AE and 3C. RGB value is (223,174,60). Sum of RGB (Red+Green+Blue) = 223+174+60=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAE3C is #2051C3. Grayscale: #B0B0B0. Windows color (decimal): -2118084 or 3976927. OLE color: 3976927.

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

Color convert

RGB22317460-
CMYK00.220.730.13
HSL41.96º71.81%55.49%-
HSV(B)41.96º73.09%87.45%-
XYZ46.3846.2910.76-
YUV175.6662.73161.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.80%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 60 (23.83% from 255) = 13.13%
R=48.80%
G=38.07%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231746000.220.730.1341.9671.8155.49
HexDFAE3C01649D2a4837
Octal33725674026111155211067
Binary1101111110101110111100010110100100111011010101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAE3C; }

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

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

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

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

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

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

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

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