#DDA93A

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

Shades of Tulip Tree #DDA93A

Tints of Tulip Tree #DDA93A

Color information

#DDA93A (or 0xDDA93A) is unknown color: approx Tulip Tree. HEX triplet: DD, A9 and 3A. RGB value is (221,169,58). Sum of RGB (Red+Green+Blue) = 221+169+58=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA93A is #2256C5. Grayscale: #ACACAC. Windows color (decimal): -2250438 or 3844573. OLE color: 3844573.

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

Color convert

RGB22116958-
CMYK00.240.740.13
HSL40.86º70.56%54.71%-
HSV(B)40.86º73.76%86.67%-
XYZ44.7744.0510.15-
YUV171.8963.73163.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.33%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 58 (23.05% from 255) = 12.95%
R=49.33%
G=37.72%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211695800.240.740.1340.8670.5654.71
HexDDA93A0184AD294737
Octal33525172030112155110767
Binary1101110110101001111010011000100101011011010011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA93A; }

 p { color: rgb(221,169,58); }

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

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

 a { background-color: rgb(221,169,58); }

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

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

 span { border-color: rgb(221,169,58); }

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