#DF9E01

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

Shades of Gamboge #DF9E01

Tints of Gamboge #DF9E01

Color information

#DF9E01 (or 0xDF9E01) is unknown color: approx Gamboge. HEX triplet: DF, 9E and 01. RGB value is (223,158,1). Sum of RGB (Red+Green+Blue) = 223+158+1=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9E01 is #2061FE. Grayscale: #A0A0A0. Windows color (decimal): -2122239 or 106207. OLE color: 106207.

HSL color Cylindrical-coordinate representation of color #DF9E01: hue angle of 42.43º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF9E01 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB2231581-
CMYK00.291.000.13
HSL42.43º99.11%43.92%-
HSV(B)42.43º99.55%87.45%-
XYZ42.6640.145.53-
YUV159.5438.53173.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.38%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=58.38%
G=41.36%
B=0.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223158100.291.000.1342.4399.1143.92
HexDF9E101D64D2a632c
Octal3372361035144155214354
Binary11011111100111101011101110010011011010101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9E01; }

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

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

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

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

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

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

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

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