#DDAA33

Color #DDAA33 Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #DDAA33

Tints of Tulip Tree #DDAA33

Color information

#DDAA33 (or 0xDDAA33) is unknown color: approx Tulip Tree. HEX triplet: DD, AA and 33. RGB value is (221,170,51). Sum of RGB (Red+Green+Blue) = 221+170+51=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA33 is #2255CC. Grayscale: #ACACAC. Windows color (decimal): -2250189 or 3386077. OLE color: 3386077.

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

Color convert

RGB22117051-
CMYK00.230.770.13
HSL42º71.43%53.33%-
HSV(B)42º76.92%86.67%-
XYZ44.7944.369.33-
YUV171.6859.9163.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 51 (20.31% from 255) = 11.54%
R=50%
G=38.46%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211705100.230.770.134271.4353.33
HexDDAA330174DD2a4735
Octal33525263027115155210765
Binary1101110110101010110011010111100110111011010101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA33; }

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

 H1.HeaderClassName
 {
   color: #DDAA33;
 }
 .AnyTagClassName
 {
   color: #DDAA33;
 }
</style>
background-color css

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

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

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

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

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

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