#DDA933

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

Shades of Tulip Tree #DDA933

Tints of Tulip Tree #DDA933

Color information

#DDA933 (or 0xDDA933) is unknown color: approx Tulip Tree. HEX triplet: DD, A9 and 33. RGB value is (221,169,51). Sum of RGB (Red+Green+Blue) = 221+169+51=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA933 is #2256CC. Grayscale: #ABABAB. Windows color (decimal): -2250445 or 3385821. OLE color: 3385821.

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

Color convert

RGB22116951-
CMYK00.240.770.13
HSL41.65º71.43%53.33%-
HSV(B)41.65º76.92%86.67%-
XYZ44.643.999.27-
YUV171.160.23163.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 169 (66.41% from 255) = 38.32%
BLUE value IS 51 (20.31% from 255) = 11.56%
R=50.11%
G=38.32%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211695100.240.770.1341.6571.4353.33
HexDDA9330184DD2a4735
Octal33525163030115155210765
Binary1101110110101001110011011000100110111011010101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA933; }

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

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

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

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

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

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

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

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