#DDA53D

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

Shades of Tulip Tree #DDA53D

Tints of Tulip Tree #DDA53D

Color information

#DDA53D (or 0xDDA53D) is unknown color: approx Tulip Tree. HEX triplet: DD, A5 and 3D. RGB value is (221,165,61). Sum of RGB (Red+Green+Blue) = 221+165+61=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA53D is #225AC2. Grayscale: #AAAAAA. Windows color (decimal): -2251459 or 4040157. OLE color: 4040157.

HSL color Cylindrical-coordinate representation of color #DDA53D: hue angle of 39º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDA53D is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB22116561-
CMYK00.250.720.13
HSL39º70.18%55.29%-
HSV(B)39º72.4%86.67%-
XYZ44.1242.6210.32-
YUV169.8966.55164.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 165 (64.84% from 255) = 36.91%
BLUE value IS 61 (24.22% from 255) = 13.65%
R=49.44%
G=36.91%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211656100.250.720.133970.1855.29
HexDDA53D01948D274637
Octal33524575031110154710667
Binary1101110110100101111101011001100100011011001111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA53D; }

 p { color: rgb(221,165,61); }

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

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

 a { background-color: rgb(221,165,61); }

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

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

 span { border-color: rgb(221,165,61); }

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