#DD8911

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

Shades of Gamboge #DD8911

Tints of Gamboge #DD8911

Color information

#DD8911 (or 0xDD8911) is unknown color: approx Gamboge. HEX triplet: DD, 89 and 11. RGB value is (221,137,17). Sum of RGB (Red+Green+Blue) = 221+137+17=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8911 is #2276EE. Grayscale: #959595. Windows color (decimal): -2258671 or 1149405. OLE color: 1149405.

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

Color convert

RGB22113717-
CMYK00.380.920.13
HSL35.29º85.71%46.67%-
HSV(B)35.29º92.31%86.67%-
XYZ38.8733.34.91-
YUV148.4453.83179.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.93%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 17 (7.03% from 255) = 4.53%
R=58.93%
G=36.53%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211371700.380.920.1335.2985.7146.67
HexDD89110265CD23562f
Octal33521121046134154312657
Binary1101110110001001100010100110101110011011000111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8911; }

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

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

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

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

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

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

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

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