Html Css Color HEX #DDA537 Tulip Tree

📋 copy color: '#DDA537'

red 221 ◦ green 165 ◦ blue 55

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

Shades of Tulip Tree #DDA537

Tints of Tulip Tree #DDA537

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.41%

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

R = 50.11%
G = 37.41%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDA537 (or 0xDDA537) is known color: Tulip Tree. HEX triplet: DD, A5 and 37. RGB value is (221,165,55). Sum of RGB (Red+Green+Blue) = 221+165+55=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA537 is #225AC8. Grayscale: #A9A9A9. Windows color (decimal): -2251465 or 3646941. OLE color: 3646941.

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

Color convert

RGB 221 165 55 -
CMYK 0 0.25 0.75 0.13
HSL 39.76º 0.71% 0.54% -
HSV(B) 39.76º 0.75% 0.87% -
XYZ 43.96 42.56 9.51 -
YUV 169.2 63.55 164.94 -
System Red Green Blue C M Y K H S L
Decimal 221 165 55 0 0.25 0.75 0.13 39.76 0.71 0.54
Hex DD A5 37 0 19 4B D 28 47 36
Octal 335 245 67 0 31 113 15 50 107 66
Binary 11011101 10100101 110111 0 11001 1001011 1101 101000 1000111 110110

Color Harmonies of #DDA537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA537

Black with #DDA537

Text Example


Text Example

White with #DDA537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA537; }

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

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

background-color css

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

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

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

border-color css

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

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

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