Html Css Color HEX #DDAA44 Tulip Tree

📋 copy color: '#DDAA44'

red 221 ◦ green 170 ◦ blue 68

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

Shades of Tulip Tree #DDAA44

Tints of Tulip Tree #DDAA44

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.04%

 BLUE value IS 68 (26.95% from 255) = 14.81%

R = 48.15%
G = 37.04%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDAA44 (or 0xDDAA44) is known color: Tulip Tree. HEX triplet: DD, AA and 44. RGB value is (221,170,68). Sum of RGB (Red+Green+Blue) = 221+170+68=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA44 is #2255BB. Grayscale: #AEAEAE. Windows color (decimal): -2250172 or 4500189. OLE color: 4500189.

HSL color Cylindrical-coordinate representation of color #DDAA44: hue angle of 40º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDAA44 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 68 -
CMYK 0 0.23 0.69 0.13
HSL 40º 0.69% 0.57% -
HSV(B) 40º 0.69% 0.87% -
XYZ 45.24 44.54 11.68 -
YUV 173.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 221 170 68 0 0.23 0.69 0.13 40 0.69 0.57
Hex DD AA 44 0 17 45 D 28 45 39
Octal 335 252 104 0 27 105 15 50 105 71
Binary 11011101 10101010 1000100 0 10111 1000101 1101 101000 1000101 111001

Color Harmonies of #DDAA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA44

Black with #DDAA44

Text Example


Text Example

White with #DDAA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA44; }

 p { color: rgb(221,170,68); }

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

background-color css

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

 a { background-color: rgb(221,170,68); }

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

border-color css

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

 span { border-color: rgb(221,170,68); }

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