#DD9913

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

Shades of Gamboge #DD9913

Tints of Gamboge #DD9913

Color information

#DD9913 (or 0xDD9913) is unknown color: approx Gamboge. HEX triplet: DD, 99 and 13. RGB value is (221,153,19). Sum of RGB (Red+Green+Blue) = 221+153+19=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9913 is #2266EC. Grayscale: #9E9E9E. Windows color (decimal): -2254573 or 1284573. OLE color: 1284573.

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

Color convert

RGB22115319-
CMYK00.310.910.13
HSL39.8º84.17%47.06%-
HSV(B)39.8º91.4%86.67%-
XYZ41.3338.25.81-
YUV158.0649.53172.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.23%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 19 (7.81% from 255) = 4.83%
R=56.23%
G=38.93%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211531900.310.910.1339.884.1747.06
HexDD991301F5BD28542f
Octal33523123037133155012457
Binary110111011001100110011011111101101111011010001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9913; }

 p { color: rgb(221,153,19); }

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

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

 a { background-color: rgb(221,153,19); }

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

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

 span { border-color: rgb(221,153,19); }

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