#DDA639

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

Shades of Tulip Tree #DDA639

Tints of Tulip Tree #DDA639

Color information

#DDA639 (or 0xDDA639) is unknown color: approx Tulip Tree. HEX triplet: DD, A6 and 39. RGB value is (221,166,57). Sum of RGB (Red+Green+Blue) = 221+166+57=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 57 (22.66% from 255 or 12.84% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA639 is #2259C6. Grayscale: #AAAAAA. Windows color (decimal): -2251207 or 3778269. OLE color: 3778269.

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

Color convert

RGB22116657-
CMYK00.250.740.13
HSL39.88º70.69%54.51%-
HSV(B)39.88º74.21%86.67%-
XYZ44.1942.949.83-
YUV170.0264.22164.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 57 (22.66% from 255) = 12.84%
R=49.77%
G=37.39%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211665700.250.740.1339.8870.6954.51
HexDDA6390194AD284737
Octal33524671031112155010767
Binary1101110110100110111001011001100101011011010001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA639; }

 p { color: rgb(221,166,57); }

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

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

 a { background-color: rgb(221,166,57); }

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

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

 span { border-color: rgb(221,166,57); }

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