#DF940F

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

Shades of Gamboge #DF940F

Tints of Gamboge #DF940F

Color information

#DF940F (or 0xDF940F) is unknown color: approx Gamboge. HEX triplet: DF, 94 and 0F. RGB value is (223,148,15). Sum of RGB (Red+Green+Blue) = 223+148+15=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF940F is #206BF0. Grayscale: #9B9B9B. Windows color (decimal): -2124785 or 1021151. OLE color: 1021151.

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

Color convert

RGB22314815-
CMYK00.340.930.13
HSL38.37º87.39%46.67%-
HSV(B)38.37º93.27%87.45%-
XYZ41.1136.95.41-
YUV155.2648.85176.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.77%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 15 (6.25% from 255) = 3.89%
R=57.77%
G=38.34%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231481500.340.930.1338.3787.3946.67
HexDF94F0225DD26572f
Octal33722417042135154612757
Binary110111111001010011110100010101110111011001101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF940F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF940F; }

 p { color: rgb(223,148,15); }

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

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

 a { background-color: rgb(223,148,15); }

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

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

 span { border-color: rgb(223,148,15); }

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