#DF990D

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

Shades of Gamboge #DF990D

Tints of Gamboge #DF990D

Color information

#DF990D (or 0xDF990D) is unknown color: approx Gamboge. HEX triplet: DF, 99 and 0D. RGB value is (223,153,13). Sum of RGB (Red+Green+Blue) = 223+153+13=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF990D is #2066F2. Grayscale: #9E9E9E. Windows color (decimal): -2123507 or 891359. OLE color: 891359.

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

Color convert

RGB22315313-
CMYK00.310.940.13
HSL40º88.98%46.27%-
HSV(B)40º94.17%87.45%-
XYZ41.938.55.6-
YUV157.9746.19174.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.33%
GREEN value IS 153 (60.16% from 255) = 39.33%
BLUE value IS 13 (5.47% from 255) = 3.34%
R=57.33%
G=39.33%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231531300.310.940.134088.9846.27
HexDF99D01F5ED28592e
Octal33723115037136155013156
Binary11011111100110011101011111101111011011010001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF990D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF990D; }

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

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

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

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

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

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

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

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