#DDA444

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

Shades of Tulip Tree #DDA444

Tints of Tulip Tree #DDA444

Color information

#DDA444 (or 0xDDA444) is unknown color: approx Tulip Tree. HEX triplet: DD, A4 and 44. RGB value is (221,164,68). Sum of RGB (Red+Green+Blue) = 221+164+68=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA444 is #225BBB. Grayscale: #AAAAAA. Windows color (decimal): -2251708 or 4498653. OLE color: 4498653.

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

Color convert

RGB22116468-
CMYK00.260.690.13
HSL37.65º69.23%56.67%-
HSV(B)37.65º69.23%86.67%-
XYZ44.1442.3411.32-
YUV170.170.38164.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 164 (64.45% from 255) = 36.20%
BLUE value IS 68 (26.95% from 255) = 15.01%
R=48.79%
G=36.20%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211646800.260.690.1337.6569.2356.67
HexDDA44401A45D264539
Octal335244104032105154610571
Binary11011101101001001000100011010100010111011001101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA444; }

 p { color: rgb(221,164,68); }

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

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

 a { background-color: rgb(221,164,68); }

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

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

 span { border-color: rgb(221,164,68); }

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