Html Css Color HEX #DDAA46 Tulip Tree

📋 copy color: '#DDAA46'

red 221 ◦ green 170 ◦ blue 70

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

Shades of Tulip Tree #DDAA46

Tints of Tulip Tree #DDAA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.18%

R = 47.94%
G = 36.88%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDAA46 (or 0xDDAA46) is known color: Tulip Tree. HEX triplet: DD, AA and 46. RGB value is (221,170,70). Sum of RGB (Red+Green+Blue) = 221+170+70=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA46 is #2255B9. Grayscale: #AEAEAE. Windows color (decimal): -2250170 or 4631261. OLE color: 4631261.

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

Color convert

RGB 221 170 70 -
CMYK 0 0.23 0.68 0.13
HSL 39.74º 0.69% 0.57% -
HSV(B) 39.74º 0.68% 0.87% -
XYZ 45.3 44.56 12.01 -
YUV 173.85 69.4 161.63 -
System Red Green Blue C M Y K H S L
Decimal 221 170 70 0 0.23 0.68 0.13 39.74 0.69 0.57
Hex DD AA 46 0 17 44 D 28 45 39
Octal 335 252 106 0 27 104 15 50 105 71
Binary 11011101 10101010 1000110 0 10111 1000100 1101 101000 1000101 111001

Color Harmonies of #DDAA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA46

Black with #DDAA46

Text Example


Text Example

White with #DDAA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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