Html Css Color HEX #DDA436 Tulip Tree

📋 copy color: '#DDA436'

red 221 ◦ green 164 ◦ blue 54

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

Shades of Tulip Tree #DDA436

Tints of Tulip Tree #DDA436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.3%

R = 50.34%
G = 37.36%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDA436 (or 0xDDA436) is known color: Tulip Tree. HEX triplet: DD, A4 and 36. RGB value is (221,164,54). Sum of RGB (Red+Green+Blue) = 221+164+54=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA436 is #225BC9. Grayscale: #A9A9A9. Windows color (decimal): -2251722 or 3581149. OLE color: 3581149.

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

Color convert

RGB 221 164 54 -
CMYK 0 0.26 0.76 0.13
HSL 39.52º 0.71% 0.54% -
HSV(B) 39.52º 0.76% 0.87% -
XYZ 43.76 42.19 9.33 -
YUV 168.5 63.38 165.44 -
System Red Green Blue C M Y K H S L
Decimal 221 164 54 0 0.26 0.76 0.13 39.52 0.71 0.54
Hex DD A4 36 0 1A 4C D 28 47 36
Octal 335 244 66 0 32 114 15 50 107 66
Binary 11011101 10100100 110110 0 11010 1001100 1101 101000 1000111 110110

Color Harmonies of #DDA436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA436

Black with #DDA436

Text Example


Text Example

White with #DDA436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA436; }

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

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

background-color css

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

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

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

border-color css

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

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

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