Html Css Color HEX #DDA437 Tulip Tree

📋 copy color: '#DDA437'

red 221 ◦ green 164 ◦ blue 55

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

Shades of Tulip Tree #DDA437

Tints of Tulip Tree #DDA437

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.27%

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

R = 50.23%
G = 37.27%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDA437 (or 0xDDA437) is known color: Tulip Tree. HEX triplet: DD, A4 and 37. RGB value is (221,164,55). Sum of RGB (Red+Green+Blue) = 221+164+55=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA437 is #225BC8. Grayscale: #A9A9A9. Windows color (decimal): -2251721 or 3646685. OLE color: 3646685.

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

Color convert

RGB 221 164 55 -
CMYK 0 0.26 0.75 0.13
HSL 39.4º 0.71% 0.54% -
HSV(B) 39.4º 0.75% 0.87% -
XYZ 43.78 42.2 9.45 -
YUV 168.62 63.88 165.36 -
System Red Green Blue C M Y K H S L
Decimal 221 164 55 0 0.26 0.75 0.13 39.4 0.71 0.54
Hex DD A4 37 0 1A 4B D 27 47 36
Octal 335 244 67 0 32 113 15 47 107 66
Binary 11011101 10100100 110111 0 11010 1001011 1101 100111 1000111 110110

Color Harmonies of #DDA437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA437

Black with #DDA437

Text Example


Text Example

White with #DDA437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA437; }

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

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

background-color css

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

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

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

border-color css

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

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

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