#dd8e11

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

Shades of Gamboge #DD8E11

Tints of Gamboge #DD8E11

Color information

#DD8E11 (or 0xDD8E11) is unknown color: approx Gamboge. HEX triplet: DD, 8E and 11. RGB value is (221,142,17). Sum of RGB (Red+Green+Blue) = 221+142+17=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8E11 is #2271EE. Grayscale: #979797. Windows color (decimal): -2257391 or 1150685. OLE color: 1150685.

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

Color convert

RGB22114217-
CMYK00.360.920.13
HSL36.76º85.71%46.67%-
HSV(B)36.76º92.31%86.67%-
XYZ39.5934.765.15-
YUV151.3752.17177.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 17 (7.03% from 255) = 4.47%
R=58.16%
G=37.37%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211421700.360.920.1336.7685.7146.67
HexDD8E110245CD25562f
Octal33521621044134154512657
Binary1101110110001110100010100100101110011011001011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd8e11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd8e11; }

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

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

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

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

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

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

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

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