#DF9508

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

Shades of Gamboge #DF9508

Tints of Gamboge #DF9508

Color information

#DF9508 (or 0xDF9508) is unknown color: approx Gamboge. HEX triplet: DF, 95 and 08. RGB value is (223,149,8). Sum of RGB (Red+Green+Blue) = 223+149+8=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9508 is #206AF7. Grayscale: #9B9B9B. Windows color (decimal): -2124536 or 562655. OLE color: 562655.

HSL color Cylindrical-coordinate representation of color #DF9508: hue angle of 39.35º degrees, saturation: 0.93, 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 #DF9508 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB2231498-
CMYK00.330.960.13
HSL39.35º93.07%45.29%-
HSV(B)39.35º96.41%87.45%-
XYZ41.2237.25.24-
YUV155.0545.02176.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.68%
GREEN value IS 149 (58.59% from 255) = 39.21%
BLUE value IS 8 (3.52% from 255) = 2.11%
R=58.68%
G=39.21%
B=2.11%

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
Decimal223149800.330.960.1339.3593.0745.29
HexDF95802160D275d2d
Octal33722510041140154713555
Binary110111111001010110000100001110000011011001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9508; }

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

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

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

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

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

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

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

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