#DDAE45

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

Shades of Tulip Tree #DDAE45

Tints of Tulip Tree #DDAE45

Color information

#DDAE45 (or 0xDDAE45) is unknown color: approx Tulip Tree. HEX triplet: DD, AE and 45. RGB value is (221,174,69). Sum of RGB (Red+Green+Blue) = 221+174+69=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE45 is #2251BA. Grayscale: #B0B0B0. Windows color (decimal): -2249147 or 4566749. OLE color: 4566749.

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

Color convert

RGB22117469-
CMYK00.210.690.13
HSL41.45º69.09%56.86%-
HSV(B)41.45º68.78%86.67%-
XYZ46.0346.0712.1-
YUV176.0867.57160.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.63%
GREEN value IS 174 (68.36% from 255) = 37.5%
BLUE value IS 69 (27.34% from 255) = 14.87%
R=47.63%
G=37.5%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211746900.210.690.1341.4569.0956.86
HexDDAE4501545D294539
Octal335256105025105155110571
Binary11011101101011101000101010101100010111011010011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE45; }

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

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

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

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

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

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

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

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