Html Css Color HEX #DDAA43 Tulip Tree

📋 copy color: '#DDAA43'

red 221 ◦ green 170 ◦ blue 67

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

Shades of Tulip Tree #DDAA43

Tints of Tulip Tree #DDAA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.63%

R = 48.25%
G = 37.12%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDAA43 (or 0xDDAA43) is known color: Tulip Tree. HEX triplet: DD, AA and 43. RGB value is (221,170,67). Sum of RGB (Red+Green+Blue) = 221+170+67=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 67 (26.56% from 255 or 14.63% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA43 is #2255BC. Grayscale: #ADADAD. Windows color (decimal): -2250173 or 4434653. OLE color: 4434653.

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

Color convert

RGB 221 170 67 -
CMYK 0 0.23 0.70 0.13
HSL 40.13º 0.69% 0.56% -
HSV(B) 40.13º 0.7% 0.87% -
XYZ 45.21 44.53 11.52 -
YUV 173.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 221 170 67 0 0.23 0.70 0.13 40.13 0.69 0.56
Hex DD AA 43 0 17 46 D 28 45 38
Octal 335 252 103 0 27 106 15 50 105 70
Binary 11011101 10101010 1000011 0 10111 1000110 1101 101000 1000101 111000

Color Harmonies of #DDAA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA43

Black with #DDAA43

Text Example


Text Example

White with #DDAA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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