#DFA90A

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

Shades of Gamboge #DFA90A

Tints of Gamboge #DFA90A

Color information

#DFA90A (or 0xDFA90A) is unknown color: approx Gamboge. HEX triplet: DF, A9 and 0A. RGB value is (223,169,10). Sum of RGB (Red+Green+Blue) = 223+169+10=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA90A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA90A is #2056F5. Grayscale: #A7A7A7. Windows color (decimal): -2119414 or 698847. OLE color: 698847.

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

Color convert

RGB22316910-
CMYK00.240.960.13
HSL44.79º91.42%45.69%-
HSV(B)44.79º95.52%87.45%-
XYZ44.6744.096.44-
YUV167.0239.39167.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.47%
GREEN value IS 169 (66.41% from 255) = 42.04%
BLUE value IS 10 (4.30% from 255) = 2.49%
R=55.47%
G=42.04%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231691000.240.960.1344.7991.4245.69
HexDFA9A01860D2d5b2e
Octal33725112030140155513356
Binary11011111101010011010011000110000011011011011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA90A; }

 p { color: rgb(223,169,10); }

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

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

 a { background-color: rgb(223,169,10); }

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

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

 span { border-color: rgb(223,169,10); }

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