#DF991C

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

Shades of Gamboge #DF991C

Tints of Gamboge #DF991C

Color information

#DF991C (or 0xDF991C) is unknown color: approx Gamboge. HEX triplet: DF, 99 and 1C. RGB value is (223,153,28). Sum of RGB (Red+Green+Blue) = 223+153+28=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF991C is #2066E3. Grayscale: #A0A0A0. Windows color (decimal): -2123492 or 1874399. OLE color: 1874399.

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

Color convert

RGB22315328-
CMYK00.310.870.13
HSL38.46º77.69%49.22%-
HSV(B)38.46º87.44%87.45%-
XYZ42.0338.556.32-
YUV159.6853.69173.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.20%
GREEN value IS 153 (60.16% from 255) = 37.87%
BLUE value IS 28 (11.33% from 255) = 6.93%
R=55.20%
G=37.87%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231532800.310.870.1338.4677.6949.22
HexDF991C01F57D264e31
Octal33723134037127154611661
Binary110111111001100111100011111101011111011001101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF991C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF991C; }

 p { color: rgb(223,153,28); }

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

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

 a { background-color: rgb(223,153,28); }

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

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

 span { border-color: rgb(223,153,28); }

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