#DF9509

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

Shades of Gamboge #DF9509

Tints of Gamboge #DF9509

Color information

#DF9509 (or 0xDF9509) is unknown color: approx Gamboge. HEX triplet: DF, 95 and 09. RGB value is (223,149,9). Sum of RGB (Red+Green+Blue) = 223+149+9=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9509 is #206AF6. Grayscale: #9B9B9B. Windows color (decimal): -2124535 or 628191. OLE color: 628191.

HSL color Cylindrical-coordinate representation of color #DF9509: hue angle of 39.25º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF9509 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB2231499-
CMYK00.330.960.13
HSL39.25º92.24%45.49%-
HSV(B)39.25º95.96%87.45%-
XYZ41.2337.25.27-
YUV155.1745.52176.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.53%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 9 (3.91% from 255) = 2.36%
R=58.53%
G=39.11%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223149900.330.960.1339.2592.2445.49
HexDF95902160D275c2d
Octal33722511041140154713455
Binary110111111001010110010100001110000011011001111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9509; }

 p { color: rgb(223,149,9); }

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

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

 a { background-color: rgb(223,149,9); }

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

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

 span { border-color: rgb(223,149,9); }

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