Html Css Color HEX #DDAA45 Tulip Tree

📋 copy color: '#DDAA45'

red 221 ◦ green 170 ◦ blue 69

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

Shades of Tulip Tree #DDAA45

Tints of Tulip Tree #DDAA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15%

R = 48.04%
G = 36.96%
B = 15%

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

#DDAA45 (or 0xDDAA45) is known color: Tulip Tree. HEX triplet: DD, AA and 45. RGB value is (221,170,69). Sum of RGB (Red+Green+Blue) = 221+170+69=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA45 is #2255BA. Grayscale: #AEAEAE. Windows color (decimal): -2250171 or 4565725. OLE color: 4565725.

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

Color convert

RGB 221 170 69 -
CMYK 0 0.23 0.69 0.13
HSL 39.87º 0.69% 0.57% -
HSV(B) 39.87º 0.69% 0.87% -
XYZ 45.27 44.55 11.84 -
YUV 173.74 68.9 161.71 -
System Red Green Blue C M Y K H S L
Decimal 221 170 69 0 0.23 0.69 0.13 39.87 0.69 0.57
Hex DD AA 45 0 17 45 D 28 45 39
Octal 335 252 105 0 27 105 15 50 105 71
Binary 11011101 10101010 1000101 0 10111 1000101 1101 101000 1000101 111001

Color Harmonies of #DDAA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA45

Black with #DDAA45

Text Example


Text Example

White with #DDAA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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