#DF9608

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

Shades of Gamboge #DF9608

Tints of Gamboge #DF9608

Color information

#DF9608 (or 0xDF9608) is unknown color: approx Gamboge. HEX triplet: DF, 96 and 08. RGB value is (223,150,8). Sum of RGB (Red+Green+Blue) = 223+150+8=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9608 is #2069F7. Grayscale: #9C9C9C. Windows color (decimal): -2124280 or 562911. OLE color: 562911.

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

Color convert

RGB2231508-
CMYK00.330.960.13
HSL39.63º93.07%45.29%-
HSV(B)39.63º96.41%87.45%-
XYZ41.3837.525.29-
YUV155.6444.68176.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.53%
GREEN value IS 150 (58.98% from 255) = 39.37%
BLUE value IS 8 (3.52% from 255) = 2.10%
R=58.53%
G=39.37%
B=2.10%

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
Decimal223150800.330.960.1339.6393.0745.29
HexDF96802160D285d2d
Octal33722610041140155013555
Binary110111111001011010000100001110000011011010001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9608; }

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

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

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

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

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

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

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

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