#DD8811

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

Shades of Gamboge #DD8811

Tints of Gamboge #DD8811

Color information

#DD8811 (or 0xDD8811) is unknown color: approx Gamboge. HEX triplet: DD, 88 and 11. RGB value is (221,136,17). Sum of RGB (Red+Green+Blue) = 221+136+17=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8811 is #2277EE. Grayscale: #949494. Windows color (decimal): -2258927 or 1149149. OLE color: 1149149.

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

Color convert

RGB22113617-
CMYK00.380.920.13
HSL35º85.71%46.67%-
HSV(B)35º92.31%86.67%-
XYZ38.7233.024.86-
YUV147.8554.16180.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.09%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 17 (7.03% from 255) = 4.55%
R=59.09%
G=36.36%
B=4.55%

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
Decimal2211361700.380.920.133585.7146.67
HexDD88110265CD23562f
Octal33521021046134154312657
Binary1101110110001000100010100110101110011011000111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8811; }

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

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

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

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

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

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

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

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