Html Css Color HEX #DDAA40 Tulip Tree

📋 copy color: '#DDAA40'

red 221 ◦ green 170 ◦ blue 64

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

Shades of Tulip Tree #DDAA40

Tints of Tulip Tree #DDAA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.07%

R = 48.57%
G = 37.36%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDAA40 (or 0xDDAA40) is known color: Tulip Tree. HEX triplet: DD, AA and 40. RGB value is (221,170,64). Sum of RGB (Red+Green+Blue) = 221+170+64=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA40 is #2255BF. Grayscale: #ADADAD. Windows color (decimal): -2250176 or 4238045. OLE color: 4238045.

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

Color convert

RGB 221 170 64 -
CMYK 0 0.23 0.71 0.13
HSL 40.51º 0.7% 0.56% -
HSV(B) 40.51º 0.71% 0.87% -
XYZ 45.12 44.49 11.06 -
YUV 173.17 66.4 162.12 -
System Red Green Blue C M Y K H S L
Decimal 221 170 64 0 0.23 0.71 0.13 40.51 0.7 0.56
Hex DD AA 40 0 17 47 D 29 46 38
Octal 335 252 100 0 27 107 15 51 106 70
Binary 11011101 10101010 1000000 0 10111 1000111 1101 101001 1000110 111000

Color Harmonies of #DDAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA40

Black with #DDAA40

Text Example


Text Example

White with #DDAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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