#DDB442

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

Shades of Tulip Tree #DDB442

Tints of Tulip Tree #DDB442

Color information

#DDB442 (or 0xDDB442) is unknown color: approx Tulip Tree. HEX triplet: DD, B4 and 42. RGB value is (221,180,66). Sum of RGB (Red+Green+Blue) = 221+180+66=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB442 is #224BBD. Grayscale: #B3B3B3. Windows color (decimal): -2247614 or 4371677. OLE color: 4371677.

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

Color convert

RGB22118066-
CMYK00.190.700.13
HSL44.13º69.51%56.27%-
HSV(B)44.13º70.14%86.67%-
XYZ47.1248.4112.01-
YUV179.2664.08157.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 66 (26.17% from 255) = 14.13%
R=47.32%
G=38.54%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211806600.190.700.1344.1369.5156.27
HexDDB44201346D2c4638
Octal335264102023106155410670
Binary11011101101101001000010010011100011011011011001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB442; }

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

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

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

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

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

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

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

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