#DFB101

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

Shades of Gamboge #DFB101

Tints of Gamboge #DFB101

Color information

#DFB101 (or 0xDFB101) is unknown color: approx Gamboge. HEX triplet: DF, B1 and 01. RGB value is (223,177,1). Sum of RGB (Red+Green+Blue) = 223+177+1=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB101 is #204EFE. Grayscale: #ABABAB. Windows color (decimal): -2117375 or 111071. OLE color: 111071.

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

Color convert

RGB2231771-
CMYK00.211.000.13
HSL47.57º99.11%43.92%-
HSV(B)47.57º99.55%87.45%-
XYZ46.1647.136.69-
YUV170.6932.24165.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.61%
GREEN value IS 177 (69.53% from 255) = 44.14%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=55.61%
G=44.14%
B=0.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223177100.211.000.1347.5799.1143.92
HexDFB1101564D30632c
Octal3372611025144156014354
Binary11011111101100011010101110010011011100001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB101; }

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

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

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

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

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

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

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

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