#DDA847

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

Shades of Tulip Tree #DDA847

Tints of Tulip Tree #DDA847

Color information

#DDA847 (or 0xDDA847) is unknown color: approx Tulip Tree. HEX triplet: DD, A8 and 47. RGB value is (221,168,71). Sum of RGB (Red+Green+Blue) = 221+168+71=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA847 is #2257B8. Grayscale: #ADADAD. Windows color (decimal): -2250681 or 4696285. OLE color: 4696285.

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

Color convert

RGB22116871-
CMYK00.240.680.13
HSL38.8º68.81%57.25%-
HSV(B)38.8º67.87%86.67%-
XYZ44.9643.8312.05-
YUV172.7970.56162.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 168 (66.02% from 255) = 36.52%
BLUE value IS 71 (28.12% from 255) = 15.43%
R=48.04%
G=36.52%
B=15.43%

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
Decimal2211687100.240.680.1338.868.8157.25
HexDDA84701844D274539
Octal335250107030104154710571
Binary11011101101010001000111011000100010011011001111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA847; }

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

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

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

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

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

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

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

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