Html Css Color HEX #DDA037 Tulip Tree

📋 copy color: '#DDA037'

red 221 ◦ green 160 ◦ blue 55

#DDA037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tulip Tree #DDA037

Tints of Tulip Tree #DDA037

RGB

 RED value IS 221 (86.72% from 255) = 50.69%

 GREEN value IS 160 (62.89% from 255) = 36.7%

 BLUE value IS 55 (21.88% from 255) = 12.61%

R = 50.69%
G = 36.7%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDA037 (or 0xDDA037) is known color: Tulip Tree. HEX triplet: DD, A0 and 37. RGB value is (221,160,55). Sum of RGB (Red+Green+Blue) = 221+160+55=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA037 is #225FC8. Grayscale: #A6A6A6. Windows color (decimal): -2252745 or 3645661. OLE color: 3645661.

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

Color convert

RGB 221 160 55 -
CMYK 0 0.28 0.75 0.13
HSL 37.95º 0.71% 0.54% -
HSV(B) 37.95º 0.75% 0.87% -
XYZ 43.08 40.79 9.22 -
YUV 166.27 65.21 167.04 -
System Red Green Blue C M Y K H S L
Decimal 221 160 55 0 0.28 0.75 0.13 37.95 0.71 0.54
Hex DD A0 37 0 1C 4B D 26 47 36
Octal 335 240 67 0 34 113 15 46 107 66
Binary 11011101 10100000 110111 0 11100 1001011 1101 100110 1000111 110110

Color Harmonies of #DDA037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA037

Black with #DDA037

Text Example


Text Example

White with #DDA037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA037; }

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

 H1.HeaderClassName
 {
   color: #DDA037;
 }
 .AnyTagClassName
 {
   color: #DDA037;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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