Html Css Color HEX #DDA636 Tulip Tree

📋 copy color: '#DDA636'

red 221 ◦ green 166 ◦ blue 54

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

Shades of Tulip Tree #DDA636

Tints of Tulip Tree #DDA636

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.64%

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

R = 50.11%
G = 37.64%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDA636 (or 0xDDA636) is known color: Tulip Tree. HEX triplet: DD, A6 and 36. RGB value is (221,166,54). Sum of RGB (Red+Green+Blue) = 221+166+54=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA636 is #2259C9. Grayscale: #AAAAAA. Windows color (decimal): -2251210 or 3581661. OLE color: 3581661.

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

Color convert

RGB 221 166 54 -
CMYK 0 0.25 0.76 0.13
HSL 40.24º 0.71% 0.54% -
HSV(B) 40.24º 0.76% 0.87% -
XYZ 44.12 42.91 9.45 -
YUV 169.68 62.72 164.61 -
System Red Green Blue C M Y K H S L
Decimal 221 166 54 0 0.25 0.76 0.13 40.24 0.71 0.54
Hex DD A6 36 0 19 4C D 28 47 36
Octal 335 246 66 0 31 114 15 50 107 66
Binary 11011101 10100110 110110 0 11001 1001100 1101 101000 1000111 110110

Color Harmonies of #DDA636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA636

Black with #DDA636

Text Example


Text Example

White with #DDA636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA636; }

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

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

background-color css

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

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

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

border-color css

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

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

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