#df9f0d

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

Shades of Gamboge #DF9F0D

Tints of Gamboge #DF9F0D

Color information

#DF9F0D (or 0xDF9F0D) is unknown color: approx Gamboge. HEX triplet: DF, 9F and 0D. RGB value is (223,159,13). Sum of RGB (Red+Green+Blue) = 223+159+13=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9F0D is #2060F2. Grayscale: #A2A2A2. Windows color (decimal): -2121971 or 892895. OLE color: 892895.

HSL color Cylindrical-coordinate representation of color #DF9F0D: hue angle of 41.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF9F0D is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB22315913-
CMYK00.290.940.13
HSL41.71º88.98%46.27%-
HSV(B)41.71º94.17%87.45%-
XYZ42.940.515.94-
YUV161.4944.2171.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.46%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 13 (5.47% from 255) = 3.29%
R=56.46%
G=40.25%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231591300.290.940.1341.7188.9846.27
HexDF9FD01D5ED2a592e
Octal33723715035136155213156
Binary11011111100111111101011101101111011011010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df9f0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df9f0d; }

 p { color: rgb(223,159,13); }

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

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

 a { background-color: rgb(223,159,13); }

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

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

 span { border-color: rgb(223,159,13); }

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