#DDA133

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

Shades of Tulip Tree #DDA133

Tints of Tulip Tree #DDA133

Color information

#DDA133 (or 0xDDA133) is unknown color: approx Tulip Tree. HEX triplet: DD, A1 and 33. RGB value is (221,161,51). Sum of RGB (Red+Green+Blue) = 221+161+51=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA133 is #225ECC. Grayscale: #A6A6A6. Windows color (decimal): -2252493 or 3383773. OLE color: 3383773.

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

Color convert

RGB22116151-
CMYK00.270.770.13
HSL38.82º71.43%53.33%-
HSV(B)38.82º76.92%86.67%-
XYZ43.1641.18.79-
YUV166.462.88166.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.04%
GREEN value IS 161 (63.28% from 255) = 37.18%
BLUE value IS 51 (20.31% from 255) = 11.78%
R=51.04%
G=37.18%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211615100.270.770.1338.8271.4353.33
HexDDA13301B4DD274735
Octal33524163033115154710765
Binary1101110110100001110011011011100110111011001111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA133; }

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

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

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

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

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

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

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

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