#DD9F00

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

Shades of Gamboge #DD9F00

Tints of Gamboge #DD9F00

Color information

#DD9F00 (or 0xDD9F00) is unknown color: approx Gamboge. HEX triplet: DD, 9F and 00. RGB value is (221,159,0). Sum of RGB (Red+Green+Blue) = 221+159+0=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9F00 is #2260FF. Grayscale: #A0A0A0. Windows color (decimal): -2253056 or 40925. OLE color: 40925.

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

Color convert

RGB2211590-
CMYK00.2810.13
HSL43.17º100%43.33%-
HSV(B)43.17º100%86.67%-
XYZ42.2240.175.53-
YUV159.4138.04171.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 159 (62.5% from 255) = 41.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.16%
G=41.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221159000.2810.1343.1710043.33
HexDD9F001C64D2b642b
Octal3352370034144155314453
Binary11011101100111110011100110010011011010111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9F00; }

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

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

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

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

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

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

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

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