Html Css Color HEX #DDAA3F Tulip Tree

📋 copy color: '#DDAA3F'

red 221 ◦ green 170 ◦ blue 63

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

Shades of Tulip Tree #DDAA3F

Tints of Tulip Tree #DDAA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.88%

R = 48.68%
G = 37.44%
B = 13.88%

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

#DDAA3F (or 0xDDAA3F) is known color: Tulip Tree. HEX triplet: DD, AA and 3F. RGB value is (221,170,63). Sum of RGB (Red+Green+Blue) = 221+170+63=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA3F is #2255C0. Grayscale: #ADADAD. Windows color (decimal): -2250177 or 4172509. OLE color: 4172509.

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

Color convert

RGB 221 170 63 -
CMYK 0 0.23 0.71 0.13
HSL 40.63º 0.7% 0.56% -
HSV(B) 40.63º 0.71% 0.87% -
XYZ 45.09 44.48 10.91 -
YUV 173.05 65.9 162.2 -
System Red Green Blue C M Y K H S L
Decimal 221 170 63 0 0.23 0.71 0.13 40.63 0.7 0.56
Hex DD AA 3F 0 17 47 D 29 46 38
Octal 335 252 77 0 27 107 15 51 106 70
Binary 11011101 10101010 111111 0 10111 1000111 1101 101001 1000110 111000

Color Harmonies of #DDAA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA3F

Black with #DDAA3F

Text Example


Text Example

White with #DDAA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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