#DDA447

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

Shades of Tulip Tree #DDA447

Tints of Tulip Tree #DDA447

Color information

#DDA447 (or 0xDDA447) is unknown color: approx Tulip Tree. HEX triplet: DD, A4 and 47. RGB value is (221,164,71). Sum of RGB (Red+Green+Blue) = 221+164+71=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA447 is #225BB8. Grayscale: #AAAAAA. Windows color (decimal): -2251705 or 4695261. OLE color: 4695261.

HSL color Cylindrical-coordinate representation of color #DDA447: hue angle of 37.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDA447 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB22116471-
CMYK00.260.680.13
HSL37.2º68.81%57.25%-
HSV(B)37.2º67.87%86.67%-
XYZ44.2342.3811.81-
YUV170.4471.88164.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.46%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 71 (28.12% from 255) = 15.57%
R=48.46%
G=35.96%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211647100.260.680.1337.268.8157.25
HexDDA44701A44D254539
Octal335244107032104154510571
Binary11011101101001001000111011010100010011011001011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA447; }

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

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

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

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

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

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

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

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