#DD9B11

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

Shades of Gamboge #DD9B11

Tints of Gamboge #DD9B11

Color information

#DD9B11 (or 0xDD9B11) is unknown color: approx Gamboge. HEX triplet: DD, 9B and 11. RGB value is (221,155,17). Sum of RGB (Red+Green+Blue) = 221+155+17=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9B11 is #2264EE. Grayscale: #9F9F9F. Windows color (decimal): -2254063 or 1154013. OLE color: 1154013.

HSL color Cylindrical-coordinate representation of color #DD9B11: hue angle of 40.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD9B11 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22115517-
CMYK00.300.920.13
HSL40.59º85.71%46.67%-
HSV(B)40.59º92.31%86.67%-
XYZ41.6438.865.84-
YUV15947.87172.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.23%
GREEN value IS 155 (60.94% from 255) = 39.44%
BLUE value IS 17 (7.03% from 255) = 4.33%
R=56.23%
G=39.44%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211551700.300.920.1340.5985.7146.67
HexDD9B1101E5CD29562f
Octal33523321036134155112657
Binary110111011001101110001011110101110011011010011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9B11; }

 p { color: rgb(221,155,17); }

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

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

 a { background-color: rgb(221,155,17); }

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

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

 span { border-color: rgb(221,155,17); }

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