#DDAD3B

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

Shades of Tulip Tree #DDAD3B

Tints of Tulip Tree #DDAD3B

Color information

#DDAD3B (or 0xDDAD3B) is unknown color: approx Tulip Tree. HEX triplet: DD, AD and 3B. RGB value is (221,173,59). Sum of RGB (Red+Green+Blue) = 221+173+59=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAD3B is #2252C4. Grayscale: #AEAEAE. Windows color (decimal): -2249413 or 3911133. OLE color: 3911133.

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

Color convert

RGB22117359-
CMYK00.220.730.13
HSL42.22º70.43%54.9%-
HSV(B)42.22º73.3%86.67%-
XYZ45.5545.5810.53-
YUV174.3662.9161.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 173 (67.97% from 255) = 38.19%
BLUE value IS 59 (23.44% from 255) = 13.02%
R=48.79%
G=38.19%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211735900.220.730.1342.2270.4354.9
HexDDAD3B01649D2a4637
Octal33525573026111155210667
Binary1101110110101101111011010110100100111011010101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD3B; }

 p { color: rgb(221,173,59); }

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

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

 a { background-color: rgb(221,173,59); }

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

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

 span { border-color: rgb(221,173,59); }

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