#DFA00B

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

Shades of Gamboge #DFA00B

Tints of Gamboge #DFA00B

Color information

#DFA00B (or 0xDFA00B) is unknown color: approx Gamboge. HEX triplet: DF, A0 and 0B. RGB value is (223,160,11). Sum of RGB (Red+Green+Blue) = 223+160+11=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA00B is #205FF4. Grayscale: #A2A2A2. Windows color (decimal): -2121717 or 762079. OLE color: 762079.

HSL color Cylindrical-coordinate representation of color #DFA00B: hue angle of 42.17º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFA00B is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB22316011-
CMYK00.280.950.13
HSL42.17º90.6%45.88%-
HSV(B)42.17º95.07%87.45%-
XYZ43.0640.855.93-
YUV161.8542.87171.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.60%
GREEN value IS 160 (62.89% from 255) = 40.61%
BLUE value IS 11 (4.69% from 255) = 2.79%
R=56.60%
G=40.61%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231601100.280.950.1342.1790.645.88
HexDFA0B01C5FD2a5b2e
Octal33724013034137155213356
Binary11011111101000001011011100101111111011010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA00B; }

 p { color: rgb(223,160,11); }

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

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

 a { background-color: rgb(223,160,11); }

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

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

 span { border-color: rgb(223,160,11); }

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