#DDAA46

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

Shades of Tulip Tree #DDAA46

Tints of Tulip Tree #DDAA46

Color information

#DDAA46 (or 0xDDAA46) is unknown color: approx Tulip Tree. HEX triplet: DD, AA and 46. RGB value is (221,170,70). Sum of RGB (Red+Green+Blue) = 221+170+70=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA46 is #2255B9. Grayscale: #AEAEAE. Windows color (decimal): -2250170 or 4631261. OLE color: 4631261.

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

Color convert

RGB22117070-
CMYK00.230.680.13
HSL39.74º68.95%57.06%-
HSV(B)39.74º68.33%86.67%-
XYZ45.344.5612.01-
YUV173.8569.4161.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 70 (27.73% from 255) = 15.18%
R=47.94%
G=36.88%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211707000.230.680.1339.7468.9557.06
HexDDAA4601744D284539
Octal335252106027104155010571
Binary11011101101010101000110010111100010011011010001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA46; }

 p { color: rgb(221,170,70); }

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

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

 a { background-color: rgb(221,170,70); }

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

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

 span { border-color: rgb(221,170,70); }

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