#DF981C

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

Shades of Gamboge #DF981C

Tints of Gamboge #DF981C

Color information

#DF981C (or 0xDF981C) is unknown color: approx Gamboge. HEX triplet: DF, 98 and 1C. RGB value is (223,152,28). Sum of RGB (Red+Green+Blue) = 223+152+28=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF981C is #2067E3. Grayscale: #9F9F9F. Windows color (decimal): -2123748 or 1874143. OLE color: 1874143.

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

Color convert

RGB22315228-
CMYK00.320.870.13
HSL38.15º77.69%49.22%-
HSV(B)38.15º87.44%87.45%-
XYZ41.8738.236.27-
YUV159.0954.02173.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.33%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 28 (11.33% from 255) = 6.95%
R=55.33%
G=37.72%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231522800.320.870.1338.1577.6949.22
HexDF981C02057D264e31
Octal33723034040127154611661
Binary1101111110011000111000100000101011111011001101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF981C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF981C; }

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

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

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

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

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

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

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

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