#DDA233

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

Shades of Tulip Tree #DDA233

Tints of Tulip Tree #DDA233

Color information

#DDA233 (or 0xDDA233) is unknown color: approx Tulip Tree. HEX triplet: DD, A2 and 33. RGB value is (221,162,51). Sum of RGB (Red+Green+Blue) = 221+162+51=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA233 is #225DCC. Grayscale: #A7A7A7. Windows color (decimal): -2252237 or 3384029. OLE color: 3384029.

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

Color convert

RGB22116251-
CMYK00.270.770.13
HSL39.18º71.43%53.33%-
HSV(B)39.18º76.92%86.67%-
XYZ43.3441.458.85-
YUV166.9962.55166.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.92%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 51 (20.31% from 255) = 11.75%
R=50.92%
G=37.33%
B=11.75%

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
Decimal2211625100.270.770.1339.1871.4353.33
HexDDA23301B4DD274735
Octal33524263033115154710765
Binary1101110110100010110011011011100110111011001111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA233; }

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

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

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

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

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

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

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

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