#DDA747

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

Shades of Tulip Tree #DDA747

Tints of Tulip Tree #DDA747

Color information

#DDA747 (or 0xDDA747) is unknown color: approx Tulip Tree. HEX triplet: DD, A7 and 47. RGB value is (221,167,71). Sum of RGB (Red+Green+Blue) = 221+167+71=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 71 (28.12% from 255 or 15.47% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA747 is #2258B8. Grayscale: #ACACAC. Windows color (decimal): -2250937 or 4696029. OLE color: 4696029.

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

Color convert

RGB22116771-
CMYK00.240.680.13
HSL38.4º68.81%57.25%-
HSV(B)38.4º67.87%86.67%-
XYZ44.7743.4611.99-
YUV172.270.89162.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 71 (28.12% from 255) = 15.47%
R=48.15%
G=36.38%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211677100.240.680.1338.468.8157.25
HexDDA74701844D264539
Octal335247107030104154610571
Binary11011101101001111000111011000100010011011001101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA747; }

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

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

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

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

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

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

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

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