#DF9507

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

Shades of Gamboge #DF9507

Tints of Gamboge #DF9507

Color information

#DF9507 (or 0xDF9507) is unknown color: approx Gamboge. HEX triplet: DF, 95 and 07. RGB value is (223,149,7). Sum of RGB (Red+Green+Blue) = 223+149+7=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9507 is #206AF8. Grayscale: #9B9B9B. Windows color (decimal): -2124537 or 497119. OLE color: 497119.

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

Color convert

RGB2231497-
CMYK00.330.970.13
HSL39.44º93.91%45.1%-
HSV(B)39.44º96.86%87.45%-
XYZ41.2237.25.21-
YUV154.9444.52176.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.84%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 7 (3.12% from 255) = 1.85%
R=58.84%
G=39.31%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223149700.330.970.1339.4493.9145.1
HexDF95702161D275e2d
Octal3372257041141154713655
Binary11011111100101011110100001110000111011001111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9507; }

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

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

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

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

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

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

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

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