Html Css Color HEX #DDA237 Tulip Tree

📋 copy color: '#DDA237'

red 221 ◦ green 162 ◦ blue 55

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

Shades of Tulip Tree #DDA237

Tints of Tulip Tree #DDA237

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.99%

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

R = 50.46%
G = 36.99%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDA237 (or 0xDDA237) is known color: Tulip Tree. HEX triplet: DD, A2 and 37. RGB value is (221,162,55). Sum of RGB (Red+Green+Blue) = 221+162+55=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA237 is #225DC8. Grayscale: #A7A7A7. Windows color (decimal): -2252233 or 3646173. OLE color: 3646173.

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

Color convert

RGB 221 162 55 -
CMYK 0 0.27 0.75 0.13
HSL 38.67º 0.71% 0.54% -
HSV(B) 38.67º 0.75% 0.87% -
XYZ 43.43 41.49 9.33 -
YUV 167.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 221 162 55 0 0.27 0.75 0.13 38.67 0.71 0.54
Hex DD A2 37 0 1B 4B D 27 47 36
Octal 335 242 67 0 33 113 15 47 107 66
Binary 11011101 10100010 110111 0 11011 1001011 1101 100111 1000111 110110

Color Harmonies of #DDA237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA237

Black with #DDA237

Text Example


Text Example

White with #DDA237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA237; }

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

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

background-color css

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

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

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

border-color css

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

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

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