#DF9B04

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

Shades of Gamboge #DF9B04

Tints of Gamboge #DF9B04

Color information

#DF9B04 (or 0xDF9B04) is unknown color: approx Gamboge. HEX triplet: DF, 9B and 04. RGB value is (223,155,4). Sum of RGB (Red+Green+Blue) = 223+155+4=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9B04 is #2064FB. Grayscale: #9E9E9E. Windows color (decimal): -2123004 or 302047. OLE color: 302047.

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

Color convert

RGB2231554-
CMYK00.300.980.13
HSL41.37º96.48%44.51%-
HSV(B)41.37º98.21%87.45%-
XYZ42.1739.145.45-
YUV158.1241.03174.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.38%
GREEN value IS 155 (60.94% from 255) = 40.58%
BLUE value IS 4 (1.95% from 255) = 1.05%
R=58.38%
G=40.58%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223155400.300.980.1341.3796.4844.51
HexDF9B401E62D29602d
Octal3372334036142155114055
Binary1101111110011011100011110110001011011010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9B04; }

 p { color: rgb(223,155,4); }

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

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

 a { background-color: rgb(223,155,4); }

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

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

 span { border-color: rgb(223,155,4); }

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