#DDB444

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

Shades of Tulip Tree #DDB444

Tints of Tulip Tree #DDB444

Color information

#DDB444 (or 0xDDB444) is unknown color: approx Tulip Tree. HEX triplet: DD, B4 and 44. RGB value is (221,180,68). Sum of RGB (Red+Green+Blue) = 221+180+68=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB444 is #224BBB. Grayscale: #B3B3B3. Windows color (decimal): -2247612 or 4502749. OLE color: 4502749.

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

Color convert

RGB22118068-
CMYK00.190.690.13
HSL43.92º69.23%56.67%-
HSV(B)43.92º69.23%86.67%-
XYZ47.1848.4312.33-
YUV179.4965.08157.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 68 (26.95% from 255) = 14.50%
R=47.12%
G=38.38%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211806800.190.690.1343.9269.2356.67
HexDDB44401345D2c4539
Octal335264104023105155410571
Binary11011101101101001000100010011100010111011011001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB444; }

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

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

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

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

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

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

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

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