#DD9F15

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

Shades of Gamboge #DD9F15

Tints of Gamboge #DD9F15

Color information

#DD9F15 (or 0xDD9F15) is unknown color: approx Gamboge. HEX triplet: DD, 9F and 15. RGB value is (221,159,21). Sum of RGB (Red+Green+Blue) = 221+159+21=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9F15 is #2260EA. Grayscale: #A2A2A2. Windows color (decimal): -2253035 or 1417181. OLE color: 1417181.

HSL color Cylindrical-coordinate representation of color #DD9F15: hue angle of 41.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD9F15 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB22115921-
CMYK00.280.900.13
HSL41.4º82.64%47.45%-
HSV(B)41.4º90.5%86.67%-
XYZ42.3540.226.24-
YUV161.8148.54170.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.11%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 21 (8.59% from 255) = 5.24%
R=55.11%
G=39.65%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211592100.280.900.1341.482.6447.45
HexDD9F1501C5AD29532f
Octal33523725034132155112357
Binary110111011001111110101011100101101011011010011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9F15; }

 p { color: rgb(221,159,21); }

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

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

 a { background-color: rgb(221,159,21); }

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

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

 span { border-color: rgb(221,159,21); }

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