#DDA842

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

Shades of Tulip Tree #DDA842

Tints of Tulip Tree #DDA842

Color information

#DDA842 (or 0xDDA842) is unknown color: approx Tulip Tree. HEX triplet: DD, A8 and 42. RGB value is (221,168,66). Sum of RGB (Red+Green+Blue) = 221+168+66=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA842 is #2257BD. Grayscale: #ACACAC. Windows color (decimal): -2250686 or 4368605. OLE color: 4368605.

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

Color convert

RGB22116866-
CMYK00.240.700.13
HSL39.48º69.51%56.27%-
HSV(B)39.48º70.14%86.67%-
XYZ44.843.7711.24-
YUV172.2268.06162.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.57%
GREEN value IS 168 (66.02% from 255) = 36.92%
BLUE value IS 66 (26.17% from 255) = 14.51%
R=48.57%
G=36.92%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211686600.240.700.1339.4869.5156.27
HexDDA84201846D274638
Octal335250102030106154710670
Binary11011101101010001000010011000100011011011001111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA842; }

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

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

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

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

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

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

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

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