#DDA446

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

Shades of Tulip Tree #DDA446

Tints of Tulip Tree #DDA446

Color information

#DDA446 (or 0xDDA446) is unknown color: approx Tulip Tree. HEX triplet: DD, A4 and 46. RGB value is (221,164,70). Sum of RGB (Red+Green+Blue) = 221+164+70=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA446 is #225BB9. Grayscale: #AAAAAA. Windows color (decimal): -2251706 or 4629725. OLE color: 4629725.

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

Color convert

RGB22116470-
CMYK00.260.680.13
HSL37.35º68.95%57.06%-
HSV(B)37.35º68.33%86.67%-
XYZ44.242.3711.64-
YUV170.3371.38164.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.57%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 70 (27.73% from 255) = 15.38%
R=48.57%
G=36.04%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211647000.260.680.1337.3568.9557.06
HexDDA44601A44D254539
Octal335244106032104154510571
Binary11011101101001001000110011010100010011011001011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA446; }

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

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

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

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

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

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

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

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