#DDA946

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

Shades of Tulip Tree #DDA946

Tints of Tulip Tree #DDA946

Color information

#DDA946 (or 0xDDA946) is unknown color: approx Tulip Tree. HEX triplet: DD, A9 and 46. RGB value is (221,169,70). Sum of RGB (Red+Green+Blue) = 221+169+70=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA946 is #2256B9. Grayscale: #ADADAD. Windows color (decimal): -2250426 or 4631005. OLE color: 4631005.

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

Color convert

RGB22116970-
CMYK00.240.680.13
HSL39.34º68.95%57.06%-
HSV(B)39.34º68.33%86.67%-
XYZ45.1144.1911.95-
YUV173.2669.73162.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 169 (66.41% from 255) = 36.74%
BLUE value IS 70 (27.73% from 255) = 15.22%
R=48.04%
G=36.74%
B=15.22%

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
Decimal2211697000.240.680.1339.3468.9557.06
HexDDA94601844D274539
Octal335251106030104154710571
Binary11011101101010011000110011000100010011011001111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA946; }

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

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

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

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

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

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

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

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