#DFA912

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

Shades of Gamboge #DFA912

Tints of Gamboge #DFA912

Color information

#DFA912 (or 0xDFA912) is unknown color: approx Gamboge. HEX triplet: DF, A9 and 12. RGB value is (223,169,18). Sum of RGB (Red+Green+Blue) = 223+169+18=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA912 is #2056ED. Grayscale: #A8A8A8. Windows color (decimal): -2119406 or 1223135. OLE color: 1223135.

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

Color convert

RGB22316918-
CMYK00.240.920.13
HSL44.2º85.06%47.25%-
HSV(B)44.2º91.93%87.45%-
XYZ44.7344.116.73-
YUV167.9343.39167.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.39%
GREEN value IS 169 (66.41% from 255) = 41.22%
BLUE value IS 18 (7.42% from 255) = 4.39%
R=54.39%
G=41.22%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231691800.240.920.1344.285.0647.25
HexDFA9120185CD2c552f
Octal33725122030134155412557
Binary110111111010100110010011000101110011011011001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA912; }

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

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

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

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

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

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

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

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