#DDA544

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

Shades of Tulip Tree #DDA544

Tints of Tulip Tree #DDA544

Color information

#DDA544 (or 0xDDA544) is unknown color: approx Tulip Tree. HEX triplet: DD, A5 and 44. RGB value is (221,165,68). Sum of RGB (Red+Green+Blue) = 221+165+68=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 68 (26.95% from 255 or 14.98% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA544 is #225ABB. Grayscale: #ABABAB. Windows color (decimal): -2251452 or 4498909. OLE color: 4498909.

HSL color Cylindrical-coordinate representation of color #DDA544: hue angle of 38.04º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDA544 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22116568-
CMYK00.250.690.13
HSL38.04º69.23%56.67%-
HSV(B)38.04º69.23%86.67%-
XYZ44.3242.711.37-
YUV170.6970.05163.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 165 (64.84% from 255) = 36.34%
BLUE value IS 68 (26.95% from 255) = 14.98%
R=48.68%
G=36.34%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211656800.250.690.1338.0469.2356.67
HexDDA54401945D264539
Octal335245104031105154610571
Binary11011101101001011000100011001100010111011001101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA544; }

 p { color: rgb(221,165,68); }

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

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

 a { background-color: rgb(221,165,68); }

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

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

 span { border-color: rgb(221,165,68); }

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