#DF9A17

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

Shades of Gamboge #DF9A17

Tints of Gamboge #DF9A17

Color information

#DF9A17 (or 0xDF9A17) is unknown color: approx Gamboge. HEX triplet: DF, 9A and 17. RGB value is (223,154,23). Sum of RGB (Red+Green+Blue) = 223+154+23=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9A17 is #2065E8. Grayscale: #A0A0A0. Windows color (decimal): -2123241 or 1546975. OLE color: 1546975.

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

Color convert

RGB22315423-
CMYK00.310.900.13
HSL39.3º81.3%48.24%-
HSV(B)39.3º89.69%87.45%-
XYZ42.1438.866.09-
YUV159.750.86173.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.75%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 23 (9.38% from 255) = 5.75%
R=55.75%
G=38.5%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231542300.310.900.1339.381.348.24
HexDF9A1701F5AD275130
Octal33723227037132154712160
Binary110111111001101010111011111101101011011001111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9A17; }

 p { color: rgb(223,154,23); }

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

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

 a { background-color: rgb(223,154,23); }

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

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

 span { border-color: rgb(223,154,23); }

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