#DD9811

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

Shades of Gamboge #DD9811

Tints of Gamboge #DD9811

Color information

#DD9811 (or 0xDD9811) is unknown color: approx Gamboge. HEX triplet: DD, 98 and 11. RGB value is (221,152,17). Sum of RGB (Red+Green+Blue) = 221+152+17=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9811 is #2267EE. Grayscale: #9D9D9D. Windows color (decimal): -2254831 or 1153245. OLE color: 1153245.

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

Color convert

RGB22115217-
CMYK00.310.920.13
HSL39.71º85.71%46.67%-
HSV(B)39.71º92.31%86.67%-
XYZ41.1537.875.67-
YUV157.2448.86173.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.67%
GREEN value IS 152 (59.77% from 255) = 38.97%
BLUE value IS 17 (7.03% from 255) = 4.36%
R=56.67%
G=38.97%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211521700.310.920.1339.7185.7146.67
HexDD981101F5CD28562f
Octal33523021037134155012657
Binary110111011001100010001011111101110011011010001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9811; }

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

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

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

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

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

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

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

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