#DF9E08

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

Shades of Gamboge #DF9E08

Tints of Gamboge #DF9E08

Color information

#DF9E08 (or 0xDF9E08) is unknown color: approx Gamboge. HEX triplet: DF, 9E and 08. RGB value is (223,158,8). Sum of RGB (Red+Green+Blue) = 223+158+8=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9E08 is #2061F7. Grayscale: #A1A1A1. Windows color (decimal): -2122232 or 564959. OLE color: 564959.

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

Color convert

RGB2231588-
CMYK00.290.960.13
HSL41.86º93.07%45.29%-
HSV(B)41.86º96.41%87.45%-
XYZ42.740.165.73-
YUV160.3442.03172.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.33%
GREEN value IS 158 (62.11% from 255) = 40.62%
BLUE value IS 8 (3.52% from 255) = 2.06%
R=57.33%
G=40.62%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223158800.290.960.1341.8693.0745.29
HexDF9E801D60D2a5d2d
Octal33723610035140155213555
Binary11011111100111101000011101110000011011010101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9E08; }

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

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

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

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

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

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

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

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