#DDAB3E

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

Shades of Tulip Tree #DDAB3E

Tints of Tulip Tree #DDAB3E

Color information

#DDAB3E (or 0xDDAB3E) is unknown color: approx Tulip Tree. HEX triplet: DD, AB and 3E. RGB value is (221,171,62). Sum of RGB (Red+Green+Blue) = 221+171+62=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB3E is #2254C1. Grayscale: #AEAEAE. Windows color (decimal): -2249922 or 4107229. OLE color: 4107229.

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

Color convert

RGB22117162-
CMYK00.230.720.13
HSL41.13º70.04%55.49%-
HSV(B)41.13º71.95%86.67%-
XYZ45.2544.8510.83-
YUV173.5265.06161.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 62 (24.61% from 255) = 13.66%
R=48.68%
G=37.67%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211716200.230.720.1341.1370.0455.49
HexDDAB3E01748D294637
Octal33525376027110155110667
Binary1101110110101011111110010111100100011011010011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB3E; }

 p { color: rgb(221,171,62); }

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

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

 a { background-color: rgb(221,171,62); }

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

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

 span { border-color: rgb(221,171,62); }

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