#DDAE37

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

Shades of Tulip Tree #DDAE37

Tints of Tulip Tree #DDAE37

Color information

#DDAE37 (or 0xDDAE37) is unknown color: approx Tulip Tree. HEX triplet: DD, AE and 37. RGB value is (221,174,55). Sum of RGB (Red+Green+Blue) = 221+174+55=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 55 (21.88% from 255 or 12.22% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE37 is #2251C8. Grayscale: #AFAFAF. Windows color (decimal): -2249161 or 3649245. OLE color: 3649245.

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

Color convert

RGB22117455-
CMYK00.210.750.13
HSL43.01º70.94%54.12%-
HSV(B)43.01º75.11%86.67%-
XYZ45.6445.9210.07-
YUV174.4960.57161.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.11%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 55 (21.88% from 255) = 12.22%
R=49.11%
G=38.67%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211745500.210.750.1343.0170.9454.12
HexDDAE370154BD2b4736
Octal33525667025113155310766
Binary1101110110101110110111010101100101111011010111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE37; }

 p { color: rgb(221,174,55); }

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

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

 a { background-color: rgb(221,174,55); }

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

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

 span { border-color: rgb(221,174,55); }

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