#DDB044

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

Shades of Tulip Tree #DDB044

Tints of Tulip Tree #DDB044

Color information

#DDB044 (or 0xDDB044) is unknown color: approx Tulip Tree. HEX triplet: DD, B0 and 44. RGB value is (221,176,68). Sum of RGB (Red+Green+Blue) = 221+176+68=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB044 is #224FBB. Grayscale: #B1B1B1. Windows color (decimal): -2248636 or 4501725. OLE color: 4501725.

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

Color convert

RGB22117668-
CMYK00.200.690.13
HSL42.35º69.23%56.67%-
HSV(B)42.35º69.23%86.67%-
XYZ46.3946.8412.07-
YUV177.1466.41159.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 68 (26.95% from 255) = 14.62%
R=47.53%
G=37.85%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211766800.200.690.1342.3569.2356.67
HexDDB04401445D2a4539
Octal335260104024105155210571
Binary11011101101100001000100010100100010111011010101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB044; }

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

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

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

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

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

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

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

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