#DDA942

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

Shades of Tulip Tree #DDA942

Tints of Tulip Tree #DDA942

Color information

#DDA942 (or 0xDDA942) is unknown color: approx Tulip Tree. HEX triplet: DD, A9 and 42. RGB value is (221,169,66). Sum of RGB (Red+Green+Blue) = 221+169+66=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA942 is #2256BD. Grayscale: #ADADAD. Windows color (decimal): -2250430 or 4368861. OLE color: 4368861.

HSL color Cylindrical-coordinate representation of color #DDA942: hue angle of 39.87º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDA942 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22116966-
CMYK00.240.700.13
HSL39.87º69.51%56.27%-
HSV(B)39.87º70.14%86.67%-
XYZ44.9944.1411.3-
YUV172.8167.73162.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.46%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 66 (26.17% from 255) = 14.47%
R=48.46%
G=37.06%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211696600.240.700.1339.8769.5156.27
HexDDA94201846D284638
Octal335251102030106155010670
Binary11011101101010011000010011000100011011011010001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA942; }

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

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

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

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

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

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

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

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